Skip to content

Get a chat session with all its messages

GET
/ai/chats/{chat}
curl --request GET \
--url http://localhost:8000/api/v1/ai/chats/1 \
--header 'Authorization: Bearer <token>'
chat
required
integer

Chat session with messages

Not found