Authorizations
API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here
Path Parameters
Unique identifier of the agent to list chats for
Query Parameters
Maximum number of chats to return (1-100, default: 10)
Required range:
1 <= x <= 100Number of chats to skip for pagination (default: 0)
Required range:
x >= 0