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

# Vehicle's trip collision list.

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

Returns the list of Collisions of a vehicle that occurred during a trip and bounded (optional) by a timestamp ranges and an index range.

## Path parameters

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

## Query parameters

- `pageToken` string
- `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

## Response `200`

A list of Collision

## 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)
