task_status
Poll a submitted task by app and task ID to retrieve its current status, result, and submission metadata from the Postgres queue.
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 |