task_status
Check a submitted task's status and result using app_id and task_id. Polls the queue to return task metadata or not_found for unknown tasks.
Instructions
Poll one task submitted via task_submit. Reads the fleet Postgres queue and returns the task row — status, result, submitted_by, timestamps — or {error: not_found} for an unknown task_id. Read-only; poll until the worker marks the task complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| task_id | Yes |