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

# groups

Update interval: nightly.

Retrieve a list of [groups](/groups.md), or cohorts of people, to return metrics or features for.

```graphql
// query
query MyQuery {
  GROUPS {
    BUILDING_ID
    CUSTOMER_ID
    DATE_TIME_END
    DATE_TIME_LAST_UPDATED
    DATE_TIME_START
    DESCRIPTION
    ID
    NAME
    SITE_ID
    TYPE
  }
}

```
