Skip to main content
GET
/
api
/
v1
/
jobs
/
{task_id}
/
deliveries
Get Webhook Deliveries
curl --request GET \
  --url https://api.example.com/api/v1/jobs/{task_id}/deliveries
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Headers

X-API-Key
string

Path Parameters

task_id
string
required

Response

Successful Response