---
title: "List Agent Trips"
method: GET
path: "/travel-agent/trips"
tags: ["travel-agent"]
---

# List Agent Trips

`GET /travel-agent/trips`

List all trips across all clients for this agent, sorted by updated_at.

## Response `200`

Successful Response

- ClientTripItem[]
  - `id` string, uuid, required
  - `title` string, nullable, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `hero_photo_url` string, nullable
  - `client_name` string, nullable

---

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