---
title: "Get workout hours in date range"
method: GET
path: "/v1/get_workout_hours"
tags: ["Activities"]
---

# Get workout hours in date range

`GET /v1/get_workout_hours`

## Query parameters

- `start_date` string, date, required
- `end_date` string, date, required

## Response `200`

Success

## Other responses

- `400` — Missing start_date or end_date
- `401` — Unauthorized

---

[API](https://skmtc.dev/thenx/apis/thenx-api-v1.md) · [All operations](https://skmtc.dev/thenx/apis/thenx-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thenx/thenx-api-v1/revisions/22181b7aed6a/schema)
