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
executionId
Runtime execution_id / executionSessionId the entry belongs to
timestamp
The entry’s exact timestamp (ISO 8601)
requestId
Narrow to one request
seq
Narrow to one sequence number
eventName
Narrow to one tail event name
Response
Entry returned, or null when no row matches
data
success
Errors
400
Bad Request Error
401
Unauthorized Error
500
Internal Server Error