Retrieve a Change
Fetch full change details: text diffs, added and removed URLs, semantic evidence, confidence, and importance.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Change details
A detected change. mode is the constant web; target_type and change_detection_type describe the change, and which optional fields are present depends on them (page: diff + excerpts; sitemap: added_urls/removed_urls; semantic: query/confidence/importance/evidence/matched_urls).
Top-level monitor category. Always web today; the concrete behavior is described by target and change_detection.
web "chg_123"
"mon_123"
The run that detected this change.
"run_123"
page, sitemap, extract exact, semantic "Acme pricing page changed"
"The visible text on the page changed."
low, medium, high 0 <= x <= 1Text diff between the previous and current page baseline (page targets).
At most 500 URLs are included; the corresponding count field is always exact.
At most 500 URLs are included; the corresponding count field is always exact.
x >= 0x >= 0At most 500 URLs are included; the corresponding count field is always exact.
x >= 0User-defined tags for grouping and filtering monitors and their changes.
201 - 50["pricing", "competitor"]