curl --request GET \
--url https://agent-studio.thena.ai/api/v1/chat/history \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get all chat histories for the authenticated user.
curl --request GET \
--url https://agent-studio.thena.ai/api/v1/chat/history \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.thena.ai/llms.txt
Use this file to discover all available pages before exploring further.