{
"body": {
"job_id": "<string>",
"status": "<string>",
"error": "<string>",
"outputs": [
{
"type": "<string>",
"name": "<string>",
"data": "<unknown>",
"description": "<string>",
"schema": {},
"run_id": "<string>",
"is_optional": false
}
]
},
"type": "job.start"
}The body of the webhook response.
Show child attributes
The ID of the job.
The status of the job.
The error message, if any.
The outputs of the job.
Show child attributes
The name of the output
The data of the output. Empty if the response is not from a job
The description of the output
The run id associated with this output
Whether this input is optional or required
The event type that triggered the webhook.
job.start, job.complete, job.complete.no_output, job.new_output, job_start, job_complete Was this page helpful?