---
title: "Get Trip Itinerary Timeline"
method: GET
path: "/trips/{trip_id}/itinerary/timeline"
tags: ["itinerary"]
---

# Get Trip Itinerary Timeline

`GET /trips/{trip_id}/itinerary/timeline`

Get the current itinerary timeline data for the Itinerary tab.

## Path parameters

- `trip_id` string, required

## Response `200`

Successful Response

- ItineraryResponse — Response model for itinerary data.
  - `itinerary` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stardrift/fastapi/revisions/6c037a31dc55/schema)
