---
title: "Data points"
method: GET
path: "/tracking/timeseries/session_by_device/data_points/v1"
tags: ["/tracking"]
---

# Data points

`GET /tracking/timeseries/session_by_device/data_points/v1`

Returns time-bucketed data points and stationary clusters for a session within the given time range. start_timestamp and end_timestamp are required. | auth: api_key | authz: min_org_role=operator | () -> SessionByDeviceHistoryRes1

## Query parameters

- `session_id` string, required
- `start_timestamp` string, date-time, required
- `end_timestamp` string, date-time, required
- `bucket_seconds` integer

## Response `200`

Successful Response

- SessionByDeviceHistoryRes1
  - `data_points` SessionByDeviceDataPoint1[], required — unresolved $ref
  - `stationary_clusters` StationaryCluster[], required — unresolved $ref

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/chrt/apis/chrt-fastapi.md) · [All operations](https://skmtc.dev/chrt/apis/chrt-fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chrt/chrt-fastapi/revisions/ea04e157edb3/schema)
