---
title: "List Chats"
method: GET
path: "/v1/replica/{id}/chats"
tags: ["Replica"]
---

# List Chats

`GET /v1/replica/{id}/chats`

Returns a list of chats for a replica.

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful response

- object
  - `chats` ReplicaChat[], required
    - `id` string, required — Unique identifier for the chat
    - `provider` 'claude' | 'codex' | 'cursor' | 'opencode' | 'pi', required — Coding agent provider for this chat
    - `title` string, required — Chat title
    - `created_at` string, date-time, required — When the chat was created
    - `updated_at` string, date-time, required — When the chat was last updated
    - `processing` boolean, required — Whether the chat is currently doing work — either processing a foreground message or running background/spawned-agent tasks
  - `waking` boolean — If true, the workspace was sleeping or archived and is now waking up. Retry after 30-90 seconds.

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Resource not found
- `500` — Internal server error

---

[API](https://skmtc.net/tryreplicas/apis/replica-api.md) · [All operations](https://skmtc.net/tryreplicas/apis/replica-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tryreplicas/replica-api/versions/aa3b4c932f7a/schema)
