---
title: "Data points"
method: GET
path: "/tracking_integrations/reelables/timeseries/data_points/v1/{asset_id}"
tags: ["/tracking_integrations"]
---

# Data points

`GET /tracking_integrations/reelables/timeseries/data_points/v1/{asset_id}`

Returns stored Reelables location data points within the requested time range without refreshing from Reelables. | auth: api_key | authz: min_org_role=operator | () -> (ReelablesTimeseriesRes)

## Path parameters

- `asset_id` string, required

## Query parameters

- `start_timestamp` string, date-time, required
- `end_timestamp` string, date-time, required

## Response `200`

Successful Response

- ReelablesTimeseriesRes
  - `data_points` ReelablesDataPoint1[], 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)
