Skip to main content
GET
Get a task

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>.

Path Parameters

id
string<uuid>
required

The task id returned at submit time.

Response

The task, plus response or error once terminal.

success
boolean
required
task
object
required
credits
object
required

Nominal only; nothing is billed. Always zero on submit and poll. Webhooks carry a per-engine figure mirroring Cloro's pricing.

response
object

The engine-specific result. Absent until the task is terminal. See the Engines guide for per-engine shapes.

error
string

Present when task.status is FAILED. A plain string — not the {code, message, timestamp} object used by request-level errors.