# 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
  }
}

```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.innerspace.io/api-reference-v2/groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
