Read one log entry in full

Returns a single log entry addressed by its execution and timestamp, including the model-call transcript the paged list projection omits. Bounded to one millisecond of one execution, so a detail read never costs a page.

Authentication

AuthorizationBearer
API key or Clerk session token

Query parameters

executionIdstringRequired

Runtime execution_id / executionSessionId the entry belongs to

timestampstringRequired

The entry’s exact timestamp (ISO 8601)

requestIdstringOptional
Narrow to one request
seqstringOptional
Narrow to one sequence number
eventNamestringOptional
Narrow to one tail event name

Response

Entry returned, or null when no row matches
dataobject
successboolean

Errors

400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error