Skip to main content

Sessions

Sessions represent individual agent interactions with a sandbox.

List Sessions

Response 200 OK

Session Fields

Get Session

Returns a single session object (same shape as the list items above).

Get Session Replay

Returns the ordered event timeline for a session.
Response 200 OK
Query params: after_seq (paginate; pass the previous response’s next_seq), limit (default 100), type (filter by event type).

Get Replay Summary

Returns aggregate counts per event type, total duration, and the time range of the recording.

Ingest Events

Agents and SDKs push observability events in batches. The authenticated account is applied to every event server-side.
Response 200 OK
Limits: max 1000 events per request, 4 MB body. Event types: llm_call, tool_call, file_op, command, network, error, lifecycle.