Skip to main content
GET https://api.craftkit.dev/v1/renders/:id
Returns the current state of a render. Valid for your project key indefinitely — the durable record for offline-replay flows. Poll this until status is terminal.

Authorization

string
required
Bearer ck_live_… — must be the project that owns the render.

Path parameters

string
required
The render id.

Response

string
string
queued · rendering · succeeded · failed. See the enum.
string
string | null
Populated when succeeded. Permanent public URL — see durability.
string | null
Set when failed.
string
string | null
number | null

Errors

No render with that id in this key’s project.
cURL
200