---
title: "List Trip Saved Items"
method: GET
path: "/trips/{trip_id}/saved-items"
tags: ["places"]
---

# List Trip Saved Items

`GET /trips/{trip_id}/saved-items`

Which of the user's saved places are already on this trip's itinerary.

## Path parameters

- `trip_id` string, required

## Response `200`

Successful Response

- TripSavedItemsResponse — Ids of the user's saved items whose place already lives in this trip's itinerary — matched on the same ids the itinerary de-dups on (Google id first, TripAdvisor id as the fallback). Lets the saved rows render "Added" without an N-request-per-row scan of every trip.
  - `saved_item_ids` string[], 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/00746572572a/schema)
