[Go to site: main page, start]

Skip to main content
GET
JavaScript
0 Credits

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.

Path Parameters

monitor_id
string
required
Example:

"mon_123"

Query Parameters

tag
string

Filter to items that have this tag.

Example:

"pricing"

since
string<date-time>

Only include items at or after this ISO 8601 timestamp.

Example:

"2026-06-01T00:00:00Z"

until
string<date-time>

Only include items before this ISO 8601 timestamp.

Example:

"2026-06-28T00:00:00Z"

limit
integer

Maximum number of items to return per page (1-100). Defaults to 25.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Response

A paginated list of changes for the monitor

data
Change summary · object[]
required
has_more
boolean
required
next_cursor
string | null
required