Skip to main content
GET /api/v1/cloud/sessions/{session_id}/events Retrieves public Session events with cursor pagination. If the Accept header requests text/event-stream, this route switches to SSE streaming; use Accept: application/json or omit the SSE media type for the paginated JSON response.

Path parameters

Headers

Query parameters

Example request

Example response

HTTP 200 OK

Event types

See Public event types for the full set of event types exposed by list and stream endpoints.

Response fields

Errors

Example: 400 invalid order

Example: 400 invalid limit

See Errors for the full error envelope.

Session event stream

Stream agent thinking, messages, tool calls, and status over SSE.