curl --request GET \
--url https://api.staging.kathan.tech/chat/{chat_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"status": "<string>",
"data": {},
"message": "<string>"
}Get a specific chat session with all messages
curl --request GET \
--url https://api.staging.kathan.tech/chat/{chat_id} \
--header 'Authorization: Bearer <token>' \
--header 'X-User-ID: <api-key>'{
"status": "<string>",
"data": {},
"message": "<string>"
}Was this page helpful?