---
title: "Get Plan"
method: GET
path: "/v1/trips/{trip_id}/plan"
tags: ["mcp-server"]
---

# Get Plan

`GET /v1/trips/{trip_id}/plan`

## Path parameters

- `trip_id` string, uuid, required

## Query parameters

- `include_booking_links` boolean

## Response `200`

Successful Response

- PlanResponse
  - `trip_id` string, uuid, required
  - `title` string, nullable, required
  - `days` object[], required
  - `activities` object, required
  - `plan_version` integer, required
  - `journeys` object
  - `stays` object

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1060a62bfafc` — 1 info
  - added the new optional `query` request parameter `include_booking_links`
- **2026-09-19** `2297d4453a9c` — 2 info
  - added the optional property `journeys` to the response with the `200` status
  - added the optional property `stays` to the response with the `200` status
- **2026-09-18** `7367652ab574` — 1 info
  - added the required property `plan_version` to the response with the `200` status

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/v1/trips/:trip_id/plan/get.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/1060a62bfafc?raw)
