> For the complete documentation index, see [llms.txt](https://developers.innerspace.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.innerspace.io/api-reference-v2/zones.md).

# zones

Update interval: hourly

A zone, also known as a space, is a closed area on a map.

Returns all metadata associated to a zone, including `external_id`, which represents the string used by the customer to identify this area.

```graphql
// query
query MyQuery {
  ZONE {
    BUILDING_ID
    CAPACITY
    DESCRIPTION
    EXTERNAL_ID
    FLOOR_ID
    ID
    NAME
    SITE_ID
    TYPES
    ZONE_SET_ID
  }
}

```
