Stream objective events
Streams events for an objective in real-time using server-sent events (SSE)
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"
"obj_01HXKD2E5NQM3T9AYWCFQAZGFV"
Response
A stream of Server-Sent Events
Metadata for ephemeral operations and activities (e.g., objectives, executions, runs)
- Option 1
- Option 2
- Option 3
- Option 4
- Option 5
- Option 6
- Option 7
- Option 8
- Option 9
- Option 10
- Option 11
- Option 12
- Option 13
- Option 14
- Option 15
- Option 16
- Option 17
- Option 18
"objwin_01HXKD2E5NQM3T9AYWCFN7BSTR"
Elapsed time of the work this event records, when it is known at write time (e.g. assistant message generation, tool execution for result/error events). Unset means the event is instantaneous or the duration is not measurable. Serialized as a canonical duration string (e.g. "4.1s"). Always set together with started_at.
^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$When the work this event records began. Set together with duration, so the work interval is [started_at, started_at + duration]. The event's created_at remains the time the event was persisted.