# Get a silence **GET /services/mimir/alertmanager/api/v2/silences/{silence_id}** Returns a specific silence by ID, if it belongs to this system. Before forwarding the request to Alertmanager, the proxy verifies the silence contains an exact `system_key` matcher matching this system. If the silence does not belong to this system, a 403 Forbidden response is returned. **Access control:** Requires HTTP Basic Auth with valid system credentials. ## Servers - Backend API server (port 8080): https://api.your-domain.com/api (Backend API server (port 8080)) - Collect API server (port 8081): https://collect.your-domain.com/api (Collect API server (port 8081)) ## Authentication methods - Basic auth ## Parameters ### Path parameters - **silence_id** (string) Silence UUID ## Responses ### 200 Silence details (only if it targets this system) ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 403 Forbidden - insufficient permissions #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 404 Resource not found #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 413 Payload too large #### Body: application/json (object) - **code** (integer) HTTP error code - **message** (string) Error message - **data** (object) ### 502 Internal server error #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) [Powered by Bump.sh](https://bump.sh)