List a session's events
Returns the paginated event trace for a session (workflow runs and workflow-less interactive leases alike). Org-scoped: another org's session reads as not found. A trace past the organization's telemetry retention window returns an empty list with retention_expired=true; when the retention policy itself cannot be resolved the request fails with a 500 rather than serving events whose retention state is unknown.
Path parameters
Session whose events to return.
Session whose events to return.
Query parameters
Restrict results to specific event type codes (RUN_STARTED / OUTPUT_LOG / SDK_CALL_COMPLETED / etc.).
Restrict results to specific event type codes (RUN_STARTED / OUTPUT_LOG / SDK_CALL_COMPLETED / etc.).
Maximum number of events to return (1-1000).
Maximum number of events to return (1-1000).
Pagination offset.
Pagination offset.
Response
OK
Example response
{
"$schema": "/api/v1/RunEventsResponse.json"
}