task_status
Get a task's current state using its task ID or external ID, falling back to external lookup if the direct ID search misses. Returns the complete 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 |