Get Untappd user wishlist
untappd_user_wishlistRetrieve beers on a user's Untappd wishlist with customizable sorting and pagination. Omit username to access your own list.
Instructions
Get the beers on a user's wishlist. Supports sorting and paging. Omit username for your own account. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order (default date added, newest first) | |
| limit | No | Max beers (1–50, default 25) | |
| offset | No | Result offset for paging (default 0) | |
| compact | No | Project each beer to a slim summary (bid, name, brewery, style, abv, added_at) to save context (default false) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |