BearQ: Wait For Task
bearq_wait_for_taskBlock until a BearQ task finishes, then return the full ordered SSE event stream (metadata, activity logs, terminal done/timeout) verbatim from the API.
Instructions
Blocks until a BearQ task reaches a terminal state (completed / failed / cancelled) or the stream times out, then returns the full ordered sequence of SSE events from the public API (metadata, activityLogEntries, and a terminal done or timeout event) verbatim. Blocks for the lifetime of the task — for a quick check use bearq_get_task_status instead.
Toolset: Tasks
Parameters:
taskId (number) required: BearQ task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | BearQ task ID. |