curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/webhooks/{id}/deliveries' \
--header 'X-API-Key: YOUR_API_KEY'
{
"count": 1,
"deliveries": [
{
"attempt": 1,
"duration_ms": 1,
"endpoint_id": "string",
"error": "string",
"event_id": "string",
"event_type": "string",
"id": "string",
"response_preview": "string",
"sent_at": "2026-07-24T12:00:00Z",
"status_code": 1,
"succeeded": true
}
],
"endpoint_id": "string"
}
List deliveries handlers
Required scope: read
GET
/
api
/
v1
/
webhooks
/
{id}
/
deliveries
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/webhooks/{id}/deliveries' \
--header 'X-API-Key: YOUR_API_KEY'
{
"count": 1,
"deliveries": [
{
"attempt": 1,
"duration_ms": 1,
"endpoint_id": "string",
"error": "string",
"event_id": "string",
"event_type": "string",
"id": "string",
"response_preview": "string",
"sent_at": "2026-07-24T12:00:00Z",
"status_code": 1,
"succeeded": true
}
],
"endpoint_id": "string"
}
Required scope:
read
Path parameters
string
required
Webhook endpoint id
Query parameters
integer
Max deliveries (default 50, max 100)
Response
DeliveryListResponse
integer
required
DeliveryAttempt[]
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | Recent delivery attempts, newest first |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
404 | Not found |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/webhooks/{id}/deliveries' \
--header 'X-API-Key: YOUR_API_KEY'
{
"count": 1,
"deliveries": [
{
"attempt": 1,
"duration_ms": 1,
"endpoint_id": "string",
"error": "string",
"event_id": "string",
"event_type": "string",
"id": "string",
"response_preview": "string",
"sent_at": "2026-07-24T12:00:00Z",
"status_code": 1,
"succeeded": true
}
],
"endpoint_id": "string"
}