Logs
Get a Log Entry
Gets a log entry in a Project.
GET
Get a Log Entry
Authorizations
Supply the API Key in the HTTP-Header
Headers
The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.
Available options:
application/json, application/hal+json, application/xml, text/xml, text/csv Path Parameters
Required string length:
24Pattern:
^[a-z0-9]{24}$The Id of the Log Entry
Required string length:
24Pattern:
^[a-z0-9]{24}$Last modified on June 11, 2026
Previous
Get the Latest Log EntriesGets the latest 100 [log entries](https://docs.cognigy.com/ai/agents/test/logs) in a Project. Uses aggregation to first get the latest rows by `_id`, then sorts by timestamp. Supports `cursor`-based pagination using the `_id` field. If you provide an invalid `cursor` value, a 400 error will be returned.
Next
Get a Log Entry