---
title: "Vehicle's trip telemetry."
method: GET
path: "/fleets/{fid}/vehicles/{vid}/trips/{tid}/telemetry"
tags: ["Trips"]
---

# Vehicle's trip telemetry.

`GET /fleets/{fid}/vehicles/{vid}/trips/{tid}/telemetry`

Returns the set of Telemetry values that occurred for a given vehicle (id) and a speific Trip (tid) during the timestamp ranges and bounded by an index range.

## Path parameters

- `fid` string, required
- `vid` string, required
- `tid` string, required

## Query parameters

- `profile` 'fleet' | 'endUser'
- `timestamps` string[]
- `indexRange` string — Range index used to express the first (offset) and the last results index to retrieve. With the respect to the regex pattern '\d+(-\d*)?', the start of range is mandatory (use 0 for default). *Example:* * '0-9' : start=0, end=9 ==> offset=0 and number of items=10 * '5-' : start =5, no end ==> start at 5th to the end results.
- `pageSize` integer
- `pageToken` string
- `type` string[]
- `extension` string[]

## Response `200`

Telemetry response

## Other responses

- `default` — unresolved $ref

---

[API](https://skmtc.net/groupe-psa/apis/groupe-psa-connected-car-b2b-api.md) · [All operations](https://skmtc.net/groupe-psa/apis/groupe-psa-connected-car-b2b-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/groupe-psa/groupe-psa-connected-car-b2b-api/revisions/023ff3e3fe51/schema)
