# /alerts/silences/{silence_id} - Get a single silence **GET /alerts/silences/{silence_id}** Cross-system parallel of `GET /systems/{id}/alerts/silences/{silence_id}`. Looks up a silence inside a single tenant (`?organization_id=`) and returns it enriched with `organization_id` and `system_key`. Silences without a `system_key` matcher are reported as 404 — they don't belong to our domain. Requires `read:systems` permission. ## 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 - Bearer auth ## Parameters ### Path parameters - **silence_id** (string) Alertmanager silence ID. ### Query parameters - **organization_id** (string) Tenant that owns the silence. Mandatory for every role except Customer (where it is ignored). ## Responses ### 200 Silence retrieved successfully #### Body: application/json (object) - **code** (integer) - **message** (string) - **data** (object) ### 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) [Powered by Bump.sh](https://bump.sh)