---
title: "List Trips"
method: GET
path: "/v1/trips"
tags: ["mcp-server"]
---

# List Trips

`GET /v1/trips`

## Response `200`

Successful Response

- ApiMcpServerTripSummary[]
  - `id` string, uuid, required
  - `title` string, nullable, required
  - `slug` string, nullable, required
  - `visibility` string, required
  - `is_published` boolean, required
  - `start_date` string, date, nullable
  - `end_date` string, date, nullable
  - `updated_at` string, date-time, nullable

## Changes

- **2026-09-24** `1060a62bfafc` — 3 info
  - added the optional property `items/end_date` to the response with the `200` status
  - added the optional property `items/start_date` to the response with the `200` status
  - added the optional property `items/updated_at` to the response with the `200` status

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/v1/trips/get.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/1060a62bfafc?raw)
