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

# Vehicle's trip information.

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

This method returns the Trip that matches the Trip id (tid) a given Vehicle (id) has taken.

## Path parameters

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

## Query parameters

- `profile` 'fleet' | 'endUser'

## Response `200`

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