---
title: "GET /trips/{id}"
method: GET
path: "/trips/{id}"
tags: ["tripsController"]
---

# GET /trips/{id}

`GET /trips/{id}`

## Path parameters

- `id` object, required

## Response `200`

trips instance

- TripsWithRelations — (tsType: tripsWithRelations, schemaOptions: { includeRelations: true })
  - `tpep_pickup_datetime` string, date-time
  - `tpep_dropoff_datetime` string, date-time
  - `trip_distance` number
  - `fare_amount` number
  - `pickup_zip` number
  - `dropoff_zip` number

---

[API](https://skmtc.net/ohdsi/apis/data-connection.md) · [All operations](https://skmtc.net/ohdsi/apis/data-connection/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ohdsi/data-connection/revisions/b5ead99a1d44/schema)
