Returns a paginated list of notification delivery attempts.
curl --request GET \
--url https://api.strait.dev/v1/notification-deliveries \
--header 'Authorization: Bearer <token>'[
{
"attempts": 123,
"channel_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"event_type": "<string>",
"id": "<string>",
"max_attempts": 123,
"payload": "<unknown>",
"project_id": "<string>",
"status": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"delivered_at": "2023-11-07T05:31:56Z",
"last_error": "<string>",
"next_retry_at": "2023-11-07T05:31:56Z"
}
]Documentation Index
Fetch the complete documentation index at: https://docs.strait.dev/llms.txt
Use this file to discover all available pages before exploring further.
API key passed as Bearer token
OK
curl --request GET \
--url https://api.strait.dev/v1/notification-deliveries \
--header 'Authorization: Bearer <token>'[
{
"attempts": 123,
"channel_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"event_type": "<string>",
"id": "<string>",
"max_attempts": 123,
"payload": "<unknown>",
"project_id": "<string>",
"status": "<string>",
"updated_at": "2023-11-07T05:31:56Z",
"delivered_at": "2023-11-07T05:31:56Z",
"last_error": "<string>",
"next_retry_at": "2023-11-07T05:31:56Z"
}
]