---
title: "GET /system/committee/{epoch}"
method: GET
path: "/system/committee/{epoch}"
tags: ["System"]
---

# GET /system/committee/{epoch}

`GET /system/committee/{epoch}`

## Path parameters

- `epoch` integer, required

## Response `200`

- ValidatorCommittee
  - `epoch` string, u64, required — Radix-10 encoded 64-bit unsigned integer
  - `members` ValidatorCommitteeMember[], required
    - `public_key` string, base64, required — Base64 encoded data
    - `stake` string, u64, required — Radix-10 encoded 64-bit unsigned integer

## Other responses

- `404`

## Changes

- **2024-07-17** `74ef58cbdb8a` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/verichains/apis/sui-node-api/changes/system/committee/:epoch/get.md)

---

[API](https://skmtc.dev/verichains/apis/sui-node-api.md) · [All operations](https://skmtc.dev/verichains/apis/sui-node-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/verichains/sui-node-api/revisions/f4c58925668c/schema)
