v2

OpenAPI 3.1.02026-07-313534.7 KB

Stream updates for a background research task

Stream real-time updates for a background research task via Server-Sent Events (SSE). Supports reconnection via the from_id query parameter to replay missed events. The connection closes automatically when the task reaches a terminal state.

get/v1/research/{task_id}/stream

Path parameters

task_idstring uuid required

The UUID of the research task.

Query parameters

from_idinteger

Resume from a sequence number for reconnection.

Response

SSE stream of task events.