v1
latestOpenAPI 3.1.02026-08-0421263172.4 KBtasks
Stream tasks
Establishes a server streaming connection that delivers task updates in real-time using Server-Sent Events (SSE).
The stream delivers all existing non-terminal tasks when first connected, followed by real-time updates for task creation and status changes. Additionally, heartbeat messages are sent periodically to maintain the connection.
post/api/v1/tasks/stream
Headers
Authorizationstring required
Bearer authentication
Request body
Response
Returns a stream of task updates as they occur.