v52

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-0189112274.5 KB
Events

List Events

List events for a specific task and agent.

Optionally filter for events after a specific sequence ID. Results are ordered by sequence_id.

get/events

Query parameters

last_processed_event_idstring nullable

Optional event ID to get events after this ID

Optional event ID to get events after this ID

limitinteger nullable

Optional limit on number of results

Optional limit on number of results

task_idstring required

The task ID to filter events by

The task ID to filter events by

agent_idstring required

The agent ID to filter events by

The agent ID to filter events by

Response

Successful Response

idstring required

The UUID of the event

sequence_idinteger required

The sequence ID of the event

task_idstring required

The UUID of the task that the event belongs to

agent_idstring required

The UUID of the agent that the event belongs to

created_atstring date-time nullable

The timestamp of the event