WEBHOOK
$request.body#
/
{webhook}
{
  "run_id": "<string>",
  "status": "not-started",
  "live_status": "<string>",
  "progress": 0,
  "outputs": []
}
{
  "status": "<string>"
}

Body

application/json

The updated run information

run_id
string
required
status
enum<string>
required
Available options:
not-started,
running,
uploading,
success,
failed,
started,
queued,
timeout,
cancelled
live_status
string | null
required
progress
number
default:0
outputs
object[]

Response

200
application/json
Successful Response
status
string
required