JavaScript
Changes
List Account Changes
Get an account-wide feed of detected changes across all monitors, filterable by monitor, type, time, and tag.
GET
JavaScript
0 Credits
Authorizations
Bearer authentication header of the form Bearer <API_KEY>, where <API_KEY> is your api key.
Query Parameters
Filter changes to a single monitor.
Example:
"mon_123"
Filter by target type.
Available options:
page, sitemap, extract Filter by change detection type.
Available options:
exact, semantic Filter to items that have this tag.
Example:
"pricing"
Only include items at or after this ISO 8601 timestamp.
Example:
"2026-06-01T00:00:00Z"
Only include items before this ISO 8601 timestamp.
Example:
"2026-06-28T00:00:00Z"
Maximum number of items to return per page (1-100). Defaults to 25.
Required range:
1 <= x <= 100Opaque pagination cursor from a previous response.