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.
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The time interval, in milliseconds, that determines the frequency at which to send heartbeat events. Defaults to 30000 (30 seconds).
The time interval, in milliseconds, after an update for a given task before another one will be sent for the same task. If set, value must be >= 250.
A filter for tasks with a specific parent task ID.
Note: This filter is mutually exclusive with all other filter fields (updateStartTime, assignee, statusFilter, taskType).
Either provide parentTaskId or any combination of the other filters, but not both.
A filter for task statuses (inclusive or exclusive).