# Get chats Retrieve chat conversations. Can get all chats or a specific chat by ID. Requires API key authentication. Endpoint: GET /api-get-chats Version: 1.1.0 Security: ApiKeyAuth ## Query parameters: - `chatId` (string) Specific chat ID to retrieve (optional) - `limit` (integer) Maximum number of chats to return ## Response 200 fields (application/json): - `success` (boolean) - `data` (any) ## Response 401 fields (application/json): - `error` (string, required) Error message ## Response 404 fields (application/json): - `error` (string, required) Error message ## Response 500 fields (application/json): - `error` (string, required) Error message