# List silences **GET /services/mimir/alertmanager/api/v2/silences** Lists all silences for this system's organization, filtered to silences that target this system's `system_key`. The proxy injects a `system_key` filter to ensure each system only sees its own silences. **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 ## Responses ### 200 List of silences belonging to this system ### 401 Unauthorized - invalid or missing token #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object | null) ### 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)