Webhook

background_task.finished

Sent when a background task is finished.

postWebhookbackground_task.finished

Payload

type'background_task.finished' required

Example payload

{
  "data": {
    "data": {
      "endp_id": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2"
    },
    "taskId": "qtask_1srOrx2ZWZBpBUvZwXKQmoEYga2"
  }
}

Response

Return any 2XX status to indicate that the data was received successfully

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.