Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

agentId
string<uuid>
required

Unique identifier of the agent to list chats for

Query Parameters

limit
number
default:10

Maximum number of chats to return (1-100, default: 10)

Required range: 1 <= x <= 100
offset
number
default:0

Number of chats to skip for pagination (default: 0)

Required range: x >= 0

Response

Successful response

Paginated list of chats with total count for pagination

chats
object[]
required

Array of chat objects for this agent

totalCount
number
required

Total number of chats available for pagination