API Documentation
Webhooks
Get job status updates via webhooks
By including a webhook_url
when calling Create job, you can receive updates on the status of the job. The webhook URL specified will be called with a POST
request, containing a JSON body with the same data as the Get job endpoint returns.
Typically, two webhooks will be sent per job. Once when the job moves from ‘starting’ to ‘running’ soon after it’s created, and again once it has finished with either a ‘succeeded’ or ‘failed’ status.
Webhook payload