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

# GET /monitored-entity/{id} — Get Monitored Entity

> Retrieve a single monitored entity by id.

<Warning>
  See the naming note on [Filter For List](/api-reference/query/monitored-entity-filters) — this endpoint's `monitored-entity` path segment may or may not refer to the same resource as **metered entity** elsewhere in this API and product.
</Warning>

## Endpoint

```text theme={null}
GET /monitored-entity/{id}
```

## Parameters

| Parameter | Description                                         |
| --------- | --------------------------------------------------- |
| `id`      | The monitored entity's identifier (path parameter). |

## Example request

```bash theme={null}
curl "https://api.communityhub.cloud/dh/public/v1/monitored-entity/250" \
  -H "Authorization: Bearer <token>"
```

<Warning>
  **Open — not fully decided:** the response shape hasn't been provided yet. [Core Concepts](/core-concepts) documents metered-entity metadata elsewhere in the product (total area, average occupancy, address, type, resource types, tags, default dashboard, default variables) — this endpoint's actual response may or may not match that shape.
</Warning>

See [Filter For List](/api-reference/query/monitored-entity-filters) and [Monitored Entity List](/api-reference/query/monitored-entity-list) for discovering entities before fetching one by id, and [Connected Variables](/api-reference/query/monitored-entity-connected-variables) to fetch every variable associated with this entity.
