Skip to main content
WEBHOOK
async-job-notification
{
  "job_id": "<string>",
  "status": "Completed",
  "metadata": "<any>"
}
"<any>"

Body

application/json
job_id
string
required
status
enum<string>
required
Available options:
Completed,
Failed
metadata
any

If a JSON metadata payload is provided in the request, it will be included in the webhook notification here.

Response

Successful Response

The response is of type any.

I