---
title: "Get Trip Meta"
method: GET
path: "/trips/{trip_id}/meta"
---

# Get Trip Meta

`GET /trips/{trip_id}/meta`

Get minimal trip metadata for initial page render.

## Path parameters

- `trip_id` string, required

## Response `200`

Successful Response

- TripMetaResponse
  - `conversation_id` string, nullable, required
  - `should_show_second_chat_onboarding` boolean
  - `client_name` string, nullable
  - `conversations` TripConversationSummary[]
    - `id` string, required
    - `title` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `archived_at` string, date-time, nullable
  - `hero_photo_url` string, nullable
  - `hero_portrait_photo_url` string, nullable
  - `extracted_dates` object, nullable
  - `archived_at` string, date-time, nullable

## 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/00746572572a/schema)
