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

# Data points

`GET /tracking_integrations/tive/timeseries/data_points/v1`

Returns raw Tive data points for a shipment within the given time range. Scoped to the caller's organization. | auth: api_key | authz: min_org_role=operator | () -> (TiveTimeseriesRes)

## Query parameters

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

## Response `200`

Successful Response

- TiveTimeseriesRes
  - `data_points` TiveDataPoint1[], 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)
