Monitors
List changes
Returns an account-wide feed of detected changes across monitors.
get/monitors/changes
Query parameters
monitor_idstring
target_type'page' | 'sitemap' | 'extract'
change_detection_type'exact' | 'semantic'
sincestring date-time
untilstring date-time
limitinteger
cursorstring
tagstring
Filter to items that have this tag.
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"
]
}
]
}