---
title: "List Chats"
method: GET
path: "/chats"
---

# List Chats

`GET /chats`

List the caller's chats (trip-bound + tripless), newest first.

Each row carries its `anchor_place_id`, so a place sheet filters THIS list
rather than asking for a place-scoped one — one fetch, one cache, and a
chat is visible to the resume rule the instant it is written through.

## Response `200`

Successful Response

- ChatsListResponse
  - `chats` ChatSummary[]
    - `id` string, required
    - `title` string, nullable
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `archived_at` string, date-time, nullable
    - `primary_trip` ChatPrimaryTrip
      - `id` string, required
      - `title` string, nullable
    - `anchor_place_id` 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)
