---
title: "Get list of steps count"
method: GET
path: "/api/v5/steps-counts/"
tags: ["Steps counts"]
---

# Get list of steps count

`GET /api/v5/steps-counts/`

Get list of steps count for the given time interval

## Query parameters

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

## Response `200`

Successful Response

- ListOfStepsCountsInResponse
  - `stepsCounts` StepsCount[], required
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `deletedAt` string, date-time
    - `id` integer
    - `userId` integer, required
    - `deviceId` integer
    - `hourlyRegister` string[], required
    - `userDate` string, date, required
    - `dailyTotal` integer
    - `inode` string

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/pavlok/apis/pavlok-api-v5.md) · [All operations](https://skmtc.net/pavlok/apis/pavlok-api-v5/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pavlok/pavlok-api-v5/versions/3d192098b1ac/schema)
