GET
/
api
/
v1
/
chat
/
history
Get Chat History
curl --request GET \
  --url https://agent-studio.thena.ai/api/v1/chat/history \
  --header 'x-api-key: <api-key>'
"<any>"

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:10

Number of threads to return

Required range: 1 <= x <= 50
cursor
string | null

Cursor for pagination

agent_id
string<uuid> | null

Response

200
application/json

Successful Response

The response is of type any.