# Get uptime statistics **GET /sla/uptime** Get detailed uptime statistics for a time period ## Servers - Production server: https://api.plimverai.tech (Production server) - Azure production server: https://zenux-api.redglacier-fb4abe56.southafricanorth.azurecontainerapps.io (Azure production server) ## Authentication methods - Bearer auth - Api key auth ## Parameters #### Query parameters - **start_date** (string(date-time)) Start date for statistics (ISO 8601) - **end_date** (string(date-time)) End date for statistics (ISO 8601) ## Responses ### 200: Uptime statistics #### Body Parameters: application/json (object) - **uptime_percentage** (number(float)) - **total_downtime_minutes** (number) - **sla_target** (number) - **sla_met** (boolean) [Powered by Bump.sh](https://bump.sh)