---
title: "Get trip"
method: GET
path: "/draft_trips/{trip_uuid}"
tags: ["Trips"]
---

# Get trip

`GET /draft_trips/{trip_uuid}`

Get a trip by UUID

## Path parameters

- `trip_uuid` string, required

## Query parameters

- `exclude_payment_links` boolean

## Response `200`

Successfull response

- object
  - `data` Trip — Trip object
    - `title` string — Trip title

## Other responses

- `404` — Not found

---

[API](https://skmtc.net/wetravel/apis/authentication-api.md) · [All operations](https://skmtc.net/wetravel/apis/authentication-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wetravel/authentication-api/versions/5c747875f084/schema)
