---
title: "List Clients"
method: GET
path: "/travel-agent/clients"
tags: ["travel-agent"]
---

# List Clients

`GET /travel-agent/clients`

List all clients for the current agent (lightweight).

## Response `200`

Successful Response

- ClientListItem[]
  - `id` string, uuid, required
  - `name` string, required
  - `home_city` string, nullable, required

---

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