---
title: "Returns a list of entities registered at the consensus layer."
method: GET
path: "/consensus/entities"
---

# Returns a list of entities registered at the consensus layer.

`GET /consensus/entities`

## Query parameters

- `limit` integer
- `offset` integer

## Response `200`

A JSON object containing a list of entities registered
at the consensus layer.

- EntityList — A list of entities registered at the consensus layer.
  - `total_count` integer, required — The total number of records that match the query, i.e. the number of records the query would return with limit=infinity.
  - `is_total_count_clipped` boolean, required — Whether total_count is clipped for performance reasons.
  - `entities` Entity[], required
    - `id` string, required — The public key identifying this entity.
    - `address` string, required — The staking address belonging to this entity; derived from the entity's public key.
    - `nodes` string[], required — The vector of nodes owned by this entity.

## Other responses

- `400` — A human-readable error message.
- `404` — An empty response indicating that the requested resource was not found.
- `500` — A human-readable error message.

---

[API](https://skmtc.net/oasisprotocol/apis/oasis-nexus-api-v1.md) · [All operations](https://skmtc.net/oasisprotocol/apis/oasis-nexus-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oasisprotocol/oasis-nexus-api-v1/versions/a841981f8ee1/schema)
