Real-time notifications for asynchronous job processing
/job/{job_id}
endpoint to check job status, webhooks will provide:
/webhook
endpoint to generate your webhook configuration portal link:
Event | Description |
---|---|
job.created | New async job created |
job.processing | Job started processing |
job.completed | Job completed successfully |
job.failed | Job failed with error |
job.cancelled | Job was cancelled |