Get a task
Tasks
Get a task
Poll a task by id. Retained for 24 hours.
GET
Get a task
Authorizations
Your API key, sent as Authorization: Bearer <key>.
Path Parameters
The task id returned at submit time.
Response
The task, plus response or error once terminal.
Nominal only; nothing is billed. Always zero on submit and poll. Webhooks carry a per-engine figure mirroring Cloro's pricing.
The engine-specific result. Absent until the task is terminal. See the Engines guide for per-engine shapes.
Present when task.status is FAILED. A plain string — not the {code, message, timestamp} object used by request-level errors.