alltrails_get_list_items
Retrieve trails saved in an AllTrails list by its numeric ID, returning sparse references with trail ID, order, and notes. Optionally get compact entries sorted by order.
Instructions
Get the trails saved in an AllTrails list by its numeric list id (from alltrails_list_user_lists, or a public "list" record from alltrails_search). Items are sparse references: each carries a trailId (hydrate with alltrails_get_trail), the curator's order, and any notes — not trail details. Set compact=true for slim { trailId, type, order, notes, addedAt } entries sorted by order.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| listId | Yes | Numeric AllTrails list id | |
| compact | No | Return slim per-item entries sorted by order (default false) |