latestOpenAPI 3.1.02026-08-1321263172.6 KB
a232aed4852f
tasks
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.