> ## Documentation Index
> Fetch the complete documentation index at: https://docs.communityhub.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Connected Variables

> How to fetch every variable connected to one or more monitored entities.

Fetching the variables connected to a specific monitored entity isn't a separate endpoint — it's [`POST /variable/list`](/api-reference/query/variable-list) with the entity's id passed in the `building` filter.

<Card title="Connected Variables" icon="link" href="/api-reference/query/variable-list#connected-variables">
  See the **Connected Variables** section on the Variable List page for the request shape, an example scoped to a single entity, and how to combine it with the endpoint's other filters.
</Card>

See [Get Monitored Entity](/api-reference/query/monitored-entity) to look up an entity's id first, and [Filter For List](/api-reference/query/monitored-entity-filters) to discover which entities exist within an organization before doing so.
