runs
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.
get/phones/sessions/{session_id}/events
Path parameters
session_idstring required
Session whose events to return.
Session whose events to return.
Query parameters
event_typesstring[] nullable
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.).
limitinteger
Maximum number of events to return (1-1000).
Maximum number of events to return (1-1000).
offsetinteger
Pagination offset.
Pagination offset.
Response
OK
Example response
{
"$schema": "/api/v1/RunEventsResponse.json"
}