get_changelog
Retrieve privacy change events across tracked apps, including added, removed, modified, policy, and wayback entries. Filter by app, time window, type, or category with pagination.
Instructions
Get the universal privacy changelog across every tracked app. Each row is a single change event (added / removed / modified / policy / wayback) with app context. Supports filtering by app, time window, type, and category, with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | Inclusive upper bound on snapshot timestamp (epoch milliseconds). | |
| from | No | Inclusive lower bound on snapshot timestamp (epoch milliseconds). | |
| type | No | Filter to specific entry types. OR within the list. | |
| appId | No | Restrict to one tracked app (numeric Apple track ID). | |
| limit | No | Page size. Default 100, capped server-side at 500. | |
| offset | No | Skip N rows from the start of the sorted result set. | |
| category | No | Filter to specific entry categories. OR within the list, AND with `type`. |