task_status
Retrieve the current status of a submitted task from the queue, including result, submitter, and timestamps, or an error for unknown task IDs. Use to poll until completion.
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 |