get_shows_updates_id_by_start_date
Retrieve Trakt IDs of shows updated since a specified start date. Use this to identify changed shows for incremental sync and catalog updates.
Instructions
Get recently updated show Trakt IDs.
GET /shows/updates/id/{start_date}
Args: start_date: UTC date to start checking for updates. page: The page number to retrieve limit: The number of items per page. Defaults and maximums vary by endpoint. When pagination parameters are omitted, a low default limit is applied (often 10). When a limit is provided, it is capped at the endpoint maximum (often 250); higher values are clamped rather than rejected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| start_date | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |