BearQ: Get Task Status
bearq_get_task_statusCheck the current status of a BearQ task by its ID, returning states like running, complete, error, or cancelled. Use this lightweight query to confirm task progress without retrieving full details.
Instructions
Retrieves the status of a task (running / complete / error / cancelled). Cheaper than fetching full task details.
Toolset: Tasks
Parameters:
taskId (number) required: BearQ task ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | BearQ task ID. |