{ "body": { "job_id": "<string>", "status": "<string>", "error": "<string>", "outputs": [ { "type": "<string>", "name": "<string>", "data": "<any>", "description": "<string>", "schema": {}, "run_id": "<string>", "is_optional": true } ] }, "type": "job.start" }
The body of the webhook response.
Show child attributes
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?