Hevy SDK Documentation - v0.0.0
    Preparing search index...

    Interface GetWorkoutsResponse

    The response type for the getWorkouts API endpoint.

    interface GetWorkoutsResponse {
        page: number;
        page_count: number;
        workouts: Workout[];
    }
    Index

    Properties

    page: number

    The current page number.

    1
    
    page_count: number

    The total number of pages.

    5
    
    workouts: Workout[]

    The list of workouts for this page.