---
title: "Get Site Information"
method: GET
path: "/alarms/v1/sites"
tags: ["Sites"]
---

# Get Site Information

`GET /alarms/v1/sites`

Returns information about a list of alarm sites

## Query parameters

- `site_ids` string — A comma delimited list of site unique identifiers. If not supplied, will return information on all sites.

## Response `200`

OK

- AlarmsSitesResponseV1 — Information about a list of sites
  - `sites` SiteInfoV1[], required — A list containing information about alarm sites
    - `site_id` string, required — The unique identifier of the alarm site
    - `site_name` string, required — The name of the alarm site
    - `site_security_level` 'high' | 'low' | 'custom' — The current state of the site
    - `site_state` 'disarmed' | 'armed' | 'alarm' | 'silent_alarm' — The current state of the site

---

[API](https://skmtc.net/verkada/apis/api-tokens.md) · [All operations](https://skmtc.net/verkada/apis/api-tokens/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/verkada/api-tokens/revisions/4a79d2d949a6/schema)
