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

# GET /trips

`GET /trips`

## Response `200`

Array of trips instances

- TripsWithRelations[]
  - `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)
