Monitors

List changes for a monitor

get/monitors/{monitor_id}/changes

Path parameters

monitor_idstring required

Query parameters

sincestring date-time
untilstring date-time
limitinteger
cursorstring
tagstring

Filter to items that have this tag.

Response

A paginated list of changes for the monitor

has_moreboolean required
next_cursorstring nullable required

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"
      ]
    }
  ]
}

Changes