Read an execution journal

Returns the durable flow-execution journal events for an execution the caller owns, in replay order. At most 1000 events are returned; when the execution has more, the response is capped at that many rows and truncated is true.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

executionIdstringRequired
Execution ID to read

Response

Journal events returned
executionIdstring
journalEventslist of objects
truncatedboolean
True when the execution has more than 1000 journal events and the returned list is capped.

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error