# Get list of chats **GET /chats** Retrieve a list of chat conversations with their basic information ## Servers - http://localhost:3000: http://localhost:3000 () ## Authentication methods - Basic auth ## Parameters #### Query parameters - **limit** (integer) Maximum number of chats to return - **offset** (integer) Number of chats to skip (for pagination) - **search** (string) Search chats by name - **has_media** (boolean) Filter chats that contain media messages ## Responses ### 200: OK #### Body Parameters: application/json (object) - **code** (string) - **message** (string) - **results** (object) ### 400: Bad Request #### Body Parameters: application/json (object) - **code** (string) HTTP Status Code - **message** (string) Detail error message - **results** (object) additional data ### 500: Internal Server Error #### Body Parameters: application/json (object) - **code** (string) SYSTEM_CODE_ERROR - **message** (string) Detail error message - **results** (object) additional data ### 401: Unauthorized #### Body Parameters: application/json (object) - **code** (string) HTTP Status Code - **message** (string) Detail error message - **results** (object) additional data [Powered by Bump.sh](https://bump.sh)