Skip to main content
POST
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

202 - application/json

Waiting execution cancelled

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