Skip to main content
GET
List poll results for a service (cursor-paginated)

Authorizations

Authorization
string
header
required

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

Path Parameters

slugOrId
string
required

Query Parameters

cursor
string

ISO 8601 timestamp 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