cURL
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.
Number of threads to return
1 <= x <= 50
Cursor for pagination
Successful Response