Skip to main content
GET
List dispatches (firing history) for a notification policy

Authorizations

Authorization
string
header
required

API key (dh_live_...) or Auth0 JWT token

Path Parameters

id
string<uuid>
required

Query Parameters

since
string<date-time>

Inclusive lower bound (ISO-8601); defaults to now−30d when windowing

until
string<date-time>

Exclusive upper bound (ISO-8601); defaults to now when windowing

cursor
string

Opaque cursor from a previous nextCursor

limit
integer<int32>

Page size 1–100 when windowing/paginating (default 50)

Response

OK

Cursor-paginated response for time-series and append-only data

data
object[]
required

Items on this page

hasMore
boolean
required

Whether more results exist beyond this page

nextCursor
string | null

Opaque cursor for the next page; null when there are no more results