list_sync_collection_movies
Retrieve your synced movie collection from Trakt, filter by availability, and paginate through results to find specific titles.
Instructions
Get movie collection.
GET /sync/collection/movies
Args: extended: Extended information to include in the response. available_on: Query parameter. 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 | ||
| extended | No | ||
| available_on | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |