v10

latestOpenAPI 3.1.02026-08-0375143791.1 KB
Monitors

Get a change

get/monitors/changes/{change_id}

Path parameters

change_idstring required
Example:chg_123

Response

Change details

mode'web' required

Top-level monitor category. Always web today; the concrete behavior is described by target and change_detection.

idstring required
monitor_idstring required
run_idstring required

The run that detected this change.

target_type'page' | 'sitemap' | 'extract' required
change_detection_type'exact' | 'semantic' required
titlestring required
summarystring required
detected_atstring date-time required
urlstring uri required
importance'low' | 'medium' | 'high'
confidencenumber
diffstring

Text diff between the previous and current page baseline (page targets).

before_text_excerptstring
after_text_excerptstring
added_urlsstring[]

At most 500 URLs are included; the corresponding count field is always exact.

removed_urlsstring[]

At most 500 URLs are included; the corresponding count field is always exact.

added_url_countinteger
removed_url_countinteger
matched_urlsstring[]

At most 500 URLs are included; the corresponding count field is always exact.

matched_url_countinteger
tagsstring[] required

User-defined tags for grouping and filtering monitors and their changes. Duplicates are removed.

Example response

{
  "id": "chg_123",
  "monitor_id": "mon_123",
  "run_id": "run_123",
  "title": "Acme pricing page changed",
  "summary": "The visible text on the page changed.",
  "tags": [
    "pricing",
    "competitor"
  ]
}