{
  "body": {
    "job_id": "<string>",
    "status": "<string>",
    "error": "<string>",
    "outputs": [
      {
        "type": "<string>",
        "name": "<string>",
        "data": "<string>",
        "description": "<string>",
        "schema": {}
      }
    ]
  },
  "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?