v1
protected
agent-tasks
Stream Task Events
Stream real-time task execution events via Server-Sent Events.
get/v1/agents/{agent_id}/tasks/{task_id}/events/stream
Path parameters
agent_idstring uuid required
task_idstring uuid required
Query parameters
include_chunksboolean
Include incremental llm.call.chunk token events in the stream
Include incremental llm.call.chunk token events in the stream
Response
Successful Response
{"stackTrail":"paths:/v1/agents/{agent_id}/tasks/{task_id}/events/stream:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 22 revisions of this API.1
- ○
added the new optional
queryrequest parameterinclude_chunksnew-optional-request-parameter
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○