# Get Message Statistics **GET /api/v1/analytics/messages** Retrieves aggregated statistics about messages within a specified date range for the user's organization. ## Servers - http://api.example.com: http://api.example.com () ## Authentication methods - Bearer auth ## Parameters ### Query parameters - **start** (string) Start date (RFC3339 format, e.g., 2023-01-01T00:00:00Z). Defaults to 30 days ago. - **end** (string) End date (RFC3339 format, e.g., 2023-01-31T23:59:59Z). Defaults to now. ## Responses ### 200 Aggregated message statistics #### Body: application/json (object) object ### 400 Invalid date format #### Body: application/json (object) - ***** (string) ### 401 Unauthorized (JWT invalid/missing or Org ID not found) #### Body: application/json (object) - ***** (string) ### 500 Failed to get message statistics #### Body: application/json (object) - ***** (string) [Powered by Bump.sh](https://bump.sh)