# Get a certain number of messages from the message history, up to 100 per request. **GET /api/v11/messages** ## Servers - Main API Server: https://chat-api.aurora-interactive.online:8443 (Main API Server) ## Parameters ### Headers - **x-access-token** (string) ### Query parameters - **chatId** (integer) - **numMessages** (integer) - **from** (integer) Message ID to start results from (useful in pagination) ## Responses ### 200 An array of messages that are part of the message history and an indicator of whether there are more messages left. #### Body: application/json (object) - **success** (boolean) - **messages** (array[object]) - **endOfList** (boolean) ### 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)