Skip to main content
GET
List a subscription's delivery attempts

Authorizations

Authorization
string
header
required

Dashboard JWT token from Clerk

Path Parameters

id
string
required

Query Parameters

status
enum<string>

Restrict to deliveries in one terminal/pending state.

Available options:
success,
failed,
pending
cursor
string

Opaque pagination cursor returned as pagination.cursor on the previous page.

limit
integer
default:25

Maximum number of deliveries to return (1–100).

Required range: 1 <= x <= 100

Response

200 - application/json

A cursor-paginated page of delivery attempts, newest first.

data
object
meta
object