Skip to main content
POST
Workflow Run Callback Handler

Path Parameters

run_id
string<uuid>
required

Body

application/json

Request body for the runner callback endpoint.

status
enum<string>
required
Available options:
COMPLETED,
FAILED
error
string | null
Maximum string length: 8192

Response

Successful Response

Response from the runner callback endpoint.

status
string
required