ListEnvelope_WebhookSinkDelivery
| Field | Type | Required | Description |
|---|---|---|---|
| data | WebhookSinkDelivery[] | ||
| has_more | boolean | ||
| next_cursor | string | null |
Example
Generated from the schema — a shape, not a sample.
{
"data": [
{
"attempt": 0,
"created_at": "2026-10-01T09:00:00Z",
"endpoint_id": "string",
"event_id": "string",
"event_type": "string",
"headers": {},
"id": "string",
"mode": "string",
"payload": {},
"raw_body": "string",
"received_at": "2026-10-01T09:00:00Z",
"responded_status": 0,
"signature_valid": false,
"sink_id": "string",
"updated_at": "2026-10-01T09:00:00Z"
}
],
"has_more": false,
"next_cursor": "string"
}