v10
latestOpenAPI 3.1.02026-08-0375143791.1 KBList changes
Returns an account-wide feed of detected changes across monitors.
Query parameters
Filter changes to a single monitor.
Filter changes to a single monitor.
Filter by target type.
Filter by target type.
Filter by change detection type.
Filter by change detection type.
Filter to items that have this tag.
Filter to items that have this tag.
Only include items at or after this ISO 8601 timestamp.
Only include items at or after this ISO 8601 timestamp.
Only include items before this ISO 8601 timestamp.
Only include items before this ISO 8601 timestamp.
Maximum number of items to return per page (1-100). Defaults to 25.
Maximum number of items to return per page (1-100). Defaults to 25.
Opaque pagination cursor from a previous response.
Opaque pagination cursor from a previous response.
Response
A paginated list of changes
Example response
{
"data": [
{
"id": "chg_123",
"monitor_id": "mon_123",
"title": "Acme pricing page changed",
"summary": "The visible text on the page changed.",
"tags": [
"pricing",
"competitor"
]
}
]
}