task_status
Check the status of a submitted task by providing app_id and task_id. Returns the task row with status, result, and timestamps, or an error if the task is not found. Poll until the worker marks it complete.
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 |