---
title: "GET /trip"
method: GET
path: "/trip"
---

# GET /trip

`GET /trip`

list user's trips

## Response `200`

Successful response

- Trip[]
  - `id` string, required — Unique ID of the trip
  - `name` string — name of the trip
  - `description` string — description of the trip (truncated to 200 characters)
  - `begin` string, date-time, required — begin of the trip in its local timezone as YYYY-MM-DDThh:mm
  - `end` string, date-time, required — end of the trip in its local timezone as YYYY-MM-DDThh:mm

---

[API](https://skmtc.net/furkot/apis/furkot-trips.md) · [All operations](https://skmtc.net/furkot/apis/furkot-trips/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/furkot/furkot-trips/versions/72f02cb65e67/schema)
