Changes API
Retrieve detected changes via the API
Changes API
Retrieve information about detected changes on your tracked sites.
List Changes
GET /api/changes
Returns a list of all detected changes. Supports query parameters:
siteId: Filter by site IDchangeType: Filter by change typesignificance: Filter by significance levellimit: Limit number of resultsoffset: Pagination offset
Get Change Details
GET /api/changes/{id}
Returns detailed information about a specific change, including:
- Change type and significance
- AI summary and insights
- Diff data
- Related snapshots
Site Changes
Get all changes for a specific site:
GET /api/sites/{id}/changes