Get one list's games
get_listRetrieve games from a specific Backloggd list using its slug, with pagination support via page number. Optionally set a username to access another user's list.
Instructions
The games in a single list, paginated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| username | No | Backloggd username. Defaults to the authenticated user. | |
| list_slug | Yes | List slug from its URL, e.g. 'favourite-rpgs'. |