---
title: "List all trips"
method: GET
path: "/trips"
---

# List all trips

`GET /trips`

Trips listed in descending order of `modified` time.

## Query parameters

- `modified_gte` string, date
- `modified_lt` string, date
- `status` string
- `offset` integer
- `limit` integer
- `traveler_id` integer

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/perk/apis/travelperk-api-v1.md) · [All operations](https://skmtc.net/perk/apis/travelperk-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/perk/travelperk-api-v1/versions/6aa8bfa82514/schema)
