# Get all chats assigned to a user **GET /api/v11/chats** Get chat IDs assigned to a user ID ## Servers - Main API Server: https://chat-api.aurora-interactive.online:8443 (Main API Server) ## Parameters ### Headers - **x-access-token** (string) ## Responses ### 200 JSON array of chat info #### Body: application/json (object) - **success** (boolean) - **chats** (array[object]) ### 400 Bad request #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 401 Unauthorized #### Body: application/json (object) - **success** (boolean) - **error** (string) ### 429 User exceeded the message limit for their current plan #### Body: application/json (object) - **success** (boolean) - **error** (string) [Powered by Bump.sh](https://bump.sh)