Skip to main content
GET
List curated vendor status events for a service

Authorizations

Authorization
string
header
required

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

Path Parameters

slugOrId
string
required

Query Parameters

types
string

Comma-separated type buckets: incident, maintenance, component (default: all)

period
enum<string>

Preset window

Available options:
7d,
30d,
90d
from
string<date-time>

Explicit lower bound (ISO 8601); overrides period

to
string<date-time>

Explicit upper bound (ISO 8601); default now

cursor
string

Opaque cursor from a previous response

limit
integer<int32>
default:50

Page size (1–100, 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