Get details on all webhook deliveries.

get/compute-ops-mgmt/v1beta1/webhooks/{webhook_id}/deliveries

Retrieve details of the most recent deliveries that were attempted. Compute Ops Management stores the most recent ten deliveries and the five most recent failures, so this endpoint will return between 10 and 15 deliveries once deliveries have been attempted.

SecurityBearer
Request
path Parameters
webhook_id
required
string <uuid>

Webhook ID

Responses
200

OK

400

Bad request

401

Unauthorized

403

Forbidden

404

Not found

406

Not acceptable

500

Internal server error

Request samples
Response samples
application/json
{
  • "offset": 0,
  • "count": 1,
  • "total": 12,
  • "items": [
    ]
}