v1
latestOpenAPI 3.1.02026-08-04151221521.2 KBTasks
Stream Task Events by ID
Stream events for a task by its unique ID using Server-Sent Events (SSE).
Supports automatic reconnection with Last-Event-ID header. When the client
reconnects, it sends the Last-Event-ID header with the last received event ID,
and the server resumes from that point.
Returns TextStreamPart events (Vercel AI SDK compatible format).
get/tasks/{task_id}/stream
Path parameters
task_idstring required
Response
SSE stream of TextStreamPart events