# Get SLA dashboard **GET /sla/dashboard** Retrieve SLA metrics and status. Available for Startup tier and above. Includes: - Current uptime percentage - Response time metrics (P50, P95, P99) - Incident history - Compliance status ## 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 ## Responses ### 200: SLA dashboard data #### Body Parameters: application/json (object) - **tier** (string) - **sla_target** (number) Target uptime percentage - **current_uptime** (number) Current month uptime - **response_times** (object) - **incidents** (array[object]) ### 401: Unauthorized - invalid or missing API key #### Body Parameters: application/json (object) - **status** (string) - **message** (string) - **code** (string) - **details** (object | null) ### 403: SLA monitoring not available for your tier #### Body Parameters: application/json (object) - **status** (string) - **message** (string) - **code** (string) - **details** (object | null) [Powered by Bump.sh](https://bump.sh)