---
title: "List trips"
method: GET
path: "/draft_trips"
tags: ["Trips"]
---

# List trips

`GET /draft_trips`

Get the list of all trips

## Query parameters

- `per_page` integer
- `page` integer
- `exclude_payment_links` boolean

## Response `200`

Successful response

- object
  - `data` Trip[]
    - `title` string — Trip title
  - `pagination` Pagination — Pagination object
    - `total_count` integer — Total number of leads
    - `page` integer — Current page number where the lead is found
    - `per_page` integer — How many lead are per page (default: 25)
    - `total_pages` integer — Total number of pages
    - `has_previous` boolean — Whether the previous page is there or not
    - `has_next` boolean — Whether the next page is there or not

## Other responses

- `401` — Unauthorized

---

[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)
