> ## 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 /metered-entity/{id} — Get Metered Entity

> Retrieve a single metered entity by id.

<Warning>
  See the naming note on [Filter For List](/api-reference/query/metered-entity-filters) — this endpoint's singular `metered-entity` path segment may or may not refer to the same resource as the plural `metered-entities` path documented elsewhere in this API (see [`GET /metered-entities`](/api-reference/query/saved-queries)).
</Warning>

## Endpoint

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

## Parameters

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

## Example request

```bash theme={null}
curl "https://api.communityhub.cloud/dh/public/v1/metered-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/metered-entity-filters) and [Metered Entity List](/api-reference/query/metered-entity-list) for discovering entities before fetching one by id, and [Connected Variables](/api-reference/query/metered-entity-connected-variables) to fetch every variable associated with this entity.
