Skip to main content
GET
List all enabled services (cursor-paginated)

Authorizations

Authorization
string
header
required

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

Query Parameters

category
string

Filter by category (exact match)

status
string

Filter by current overall_status (exact match)

published
boolean

Filter by published status for pSEO pages

slaPublished
boolean

Filter by SLA page publication status

Case-insensitive substring match on service name or slug

sort
string

Result ordering: 'recent' (default, newest first) or 'curated' (curated/recognizable first)

cursor
string

Opaque cursor from a previous response

limit
integer<int32>
default:20

Page size (1–100, default 20)

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