hevy_list_exercise_templates
List all built-in and custom exercise templates with pagination. Supports up to 100 items per page.
Instructions
List exercise templates (built-in + custom). Envelope: { page, page_count, exercise_templates }. pageSize is 1-100 — this is the ONE endpoint with a larger cap; every other list is capped at 10. Built-in ids are 8-char uppercase hex; custom ids are lowercase UUIDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number, 1-indexed (default 1). | |
| pageSize | No | Items per page (1-100, default 10). Exercise templates are the only endpoint that accepts up to 100. |