Download OpenAPI specification:
| subscription_id | string |
| delivery_id | string |
| status | string Enum: "queued" "delivered" "failed" "disabled" "replayed_blocked" |
| created_at_from | string <date-time> |
| created_at_to | string <date-time> |
| limit | integer [ 1 .. 200 ] Default: 50 |
| cursor | string |
{- "items": [
- {
- "delivery_id": "string",
- "subscription_id": "string",
- "event_id": "string",
- "event_type": "string",
- "attempt_no": 1,
- "status": "queued",
- "http_status": 0,
- "error_code": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "next_attempt_at": "2019-08-24T14:15:22Z",
- "idempotency_key": "string",
- "signature_version": "string",
- "request_headers_redacted": {
- "property1": "string",
- "property2": "string"
}, - "response_headers_redacted": {
- "property1": "string",
- "property2": "string"
}, - "response_body_truncated": "string",
- "latency_ms": 0
}
], - "next_cursor": "string"
}{- "delivery_id": "string",
- "subscription_id": "string",
- "event_id": "string",
- "event_type": "string",
- "attempt_no": 1,
- "status": "queued",
- "http_status": 0,
- "error_code": "string",
- "created_at": "2019-08-24T14:15:22Z",
- "next_attempt_at": "2019-08-24T14:15:22Z",
- "idempotency_key": "string",
- "signature_version": "string",
- "request_headers_redacted": {
- "property1": "string",
- "property2": "string"
}, - "response_headers_redacted": {
- "property1": "string",
- "property2": "string"
}, - "response_body_truncated": "string",
- "latency_ms": 0
}