API Reference
List conversations
All stored conversations, persisted in Postgres.
GET
/chat/conversationsanyReturns a summary of every stored conversation. 503 if Postgres is unreachable.
Responses
200All stored conversations
json
[
{
"conversation_id": "b0dc2159-...",
"project_name": "your-repo",
"audience": "developer",
"title": "how does a request move through the system?",
"message_count": 4,
"updated_at": "2026-07-08T22:50:00Z"
}
]