{
  "body": {
    "job_id": "<string>",
    "output": "<string>"
  },
  "event_type": "job.start"
}
body
object
required

The body of the webhook response.

event_type
enum<string>
required

The event type that triggered the webhook.

Available options:
job.start,
job.complete,
job.complete.no_output,
job.new_output,
job_start,
job_complete

Was this page helpful?