Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

DreamLayer-Version
string
required
Allowed value: "1"

Path Parameters

execution_id
string<uuid>
required

Response

200 - application/json

Canonical execution state

execution_id
string<uuid>
required
conversation_id
string<uuid>
required
status
enum<string>
required
Available options:
needs_input,
queued,
running,
completed,
failed,
cancelled
image_job
object | null
required