Skip to main content
GET
/
event-destinations
/
{destination_id}
/
event-deliveries
List event deliveries
curl --request GET \
  --url https://api.deck.co/v2/event-destinations/{destination_id}/event-deliveries \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "object": "<string>",
      "status": "<string>",
      "event_type": "<string>",
      "event_id": "<string>",
      "event_destination_id": "<string>",
      "attempts": 123,
      "created_at": "2023-11-07T05:31:56Z",
      "delivered_at": "2023-11-07T05:31:56Z"
    }
  ],
  "has_more": true,
  "next_cursor": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Clerk JWT, client credential JWT, or secret key (sk_live_...)

Path Parameters

destination_id
string
required

Query Parameters

limit
default:20
cursor
string
status
string
type
string

Response

OK

data
object[]
has_more
boolean
next_cursor
null | string
request_id
null | string