task_status
Fetch a task's complete current state by task ID or external ID. Resolves by ID prefix, falls back to external ID, and returns the full task object as compact JSON.
Instructions
Fetch a task's full current state via GET /api/tasks. Resolves by task id (or unique id prefix) first; if that 404s, falls back to matching external_id across the task list (GET /api/tasks does not index by external_id, so this is a client-side scan). Returns the complete task object as compact JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id_or_external_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |