get_users_by_id_lists
Fetch a Trakt user's personal lists by ID, supporting pagination and extended details.
Instructions
Get a user's personal lists.
GET /users/{id}/lists
Args: id: The slug that identifies the user, or "me" for the authenticated user. extended: Extended information to include in the response. 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 |
|---|---|---|---|
| id | Yes | ||
| page | No | ||
| limit | No | ||
| extended | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |