---
title: "Get information about the deployed committee"
method: GET
path: "/v1/chains/{chainID}/committee"
tags: ["chains"]
---

# Get information about the deployed committee

`GET /v1/chains/{chainID}/committee`

## Path parameters

- `chainID` string, string, required

## Query parameters

- `block` string, string

## Response `200`

A list of all nodes tied to the chain

- CommitteeInfoResponse
  - `accessNodes` CommitteeNode[], required — A list of all access nodes and their peering info.
    - `accessAPI` string, string, required
    - `node` PeeringNodeStatusResponse, required
      - `isAlive` boolean, required — Whether or not the peer is activated
      - `isTrusted` boolean, required
      - `name` string, string, required
      - `numUsers` integer, required — The amount of users attached to the peer
      - `peeringURL` string, string, required — The peering URL of the peer
      - `publicKey` string, string, required — The peers public key encoded in Hex
  - `active` boolean, required — Whether or not the chain is active.
  - `candidateNodes` CommitteeNode[], required — A list of all candidate nodes and their peering info.
    - `accessAPI` string, string, required
    - `node` PeeringNodeStatusResponse, required
      - `isAlive` boolean, required — Whether or not the peer is activated
      - `isTrusted` boolean, required
      - `name` string, string, required
      - `numUsers` integer, required — The amount of users attached to the peer
      - `peeringURL` string, string, required — The peering URL of the peer
      - `publicKey` string, string, required — The peers public key encoded in Hex
  - `chainId` string, string, required — ChainID (Bech32-encoded).
  - `committeeNodes` CommitteeNode[], required — A list of all committee nodes and their peering info.
    - `accessAPI` string, string, required
    - `node` PeeringNodeStatusResponse, required
      - `isAlive` boolean, required — Whether or not the peer is activated
      - `isTrusted` boolean, required
      - `name` string, string, required
      - `numUsers` integer, required — The amount of users attached to the peer
      - `peeringURL` string, string, required — The peering URL of the peer
      - `publicKey` string, string, required — The peers public key encoded in Hex
  - `stateAddress` string, string, required

## Other responses

- `401` — Unauthorized (Wrong permissions, missing token)

---

[API](https://skmtc.net/iotaledger/apis/wasp-api.md) · [All operations](https://skmtc.net/iotaledger/apis/wasp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iotaledger/wasp-api/versions/994a6c93b890/schema)
