> 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/buildings.md).

# buildings

Refresh interval: hourly.

Retrieve a list of buildings this user has access to.

```graphql
query MyQuery {
  BUILDING {
    ID
    NAME
    DESCRIPTION
    TIME_ZONE
  }
}
```
