get-routine-folders
Fetch a paginated list of routine folders from your Hevy account.Parameters
Page number (default: 1)
Items per page (default: 5, max: 10)
Response
Current page number
Total number of pages available
Array of routine folder objects
Example
get-routine-folder
Get a single routine folder by its ID.Parameters
The routine folder ID
Response
Returns a single routine folder object with the same structure as described inget-routine-folders.
Example
create-routine-folder
Create a new routine folder to organize your routines.Parameters
Folder title
Response
Returns the created routine folder object.Example
Using Folders with Routines
When creating or updating routines, you can organize them into folders by specifying thefolder_id parameter.
Example Workflow
Organizing Your Routines
Here are some common folder organization patterns:By Training Split
By Training Split
Organize routines by training split methodology:
- Push/Pull/Legs: Push Day, Pull Day, Leg Day
- Upper/Lower: Upper Body, Lower Body
- Bro Split: Chest Day, Back Day, Leg Day, Shoulder Day, Arm Day
By Training Goal
By Training Goal
Organize routines by training objective:
- Strength: Powerlifting routines, max strength programs
- Hypertrophy: Bodybuilding splits, volume-focused training
- Conditioning: HIIT workouts, cardio routines
By Program
By Program
Organize routines by specific training programs:
- Starting Strength: Workout A, Workout B
- nSuns 531: Day 1, Day 2, Day 3, Day 4
- PHAT: Upper Power, Lower Power, Back/Shoulders, Legs, Chest/Arms
By Location or Equipment
By Location or Equipment
Organize routines by where or how you train:
- Home Gym: Limited equipment routines
- Commercial Gym: Full equipment routines
- Travel Workouts: Bodyweight and minimal equipment
Routines Without Folders
Routines can exist without being in a folder. When creating a routine:- With folder: Set
folder_idto a valid folder ID - Without folder: Set
folder_idtonullor omit it
Example: Routine without folder
folder_id: null.