get_content_changelog
Retrieve content changes (new, removed, moved URLs) over time for competitors, filtered by project and content category.
Instructions
Get detected content changes over time — new URLs, removed URLs, moved URLs. Filter by competitor and/or content category (e.g., blog, docs, tools, landing, caseStudies). Use this instead of comparing full runs when you only need to know what changed. Complements get_content_dashboard which shows the current state. Read-only. Returns paginated JSON array with pagination.hasMore flag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-indexed, default: 1) | |
| limit | No | Items per page (default: 20, max: 100) | |
| category | No | Filter by content category | |
| projectId | Yes | Project ID (from list_projects) | |
| competitorId | No | Filter by competitor ID (from list_competitors) |