cURL
curl --request GET \ --url https://api.replicas.dev/v1/replica/{id}/chats \ --header 'Authorization: Bearer <token>'
{ "chats": [ { "id": "<string>", "provider": "claude", "title": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "processing": true } ], "waking": true }
Returns a list of chats for a replica.
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
The unique identifier of the replica
Successful response
Show child attributes
If true, the workspace was sleeping and is now waking up. Retry after 30-90 seconds.