---
title: "List overview events"
method: GET
path: "/draft_trips/{trip_uuid}/itineraries"
tags: ["Trip Overview"]
---

# List overview events

`GET /draft_trips/{trip_uuid}/itineraries`

Get Trip Overview

## Path parameters

- `trip_uuid` string, required

## Response `200`

Get Trip Overview

- object
  - `data` Itinerary[]
    - `id` integer — ID of the itinerary event
    - `trip_uuid` string, required — Unique ID of the trip
    - `title` string, required — Title of the itinerary event
    - `name` string, required — Name of the itinerary event
    - `description` string — Description of the itinerary event
    - `photo_url` string, required — Image url of the itinerary event

---

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