/v1/beacon/states/{state_id}/committees
Retrieves the committees for the given state.
Path parameters
state_id
State identifier. Can be one of: head (canonical head in node’s view), genesis, finalized, justified, <slot>, <hex encoded stateRoot with 0x prefix>
Query parameters
epoch
Fetch committees for the given epoch. If not present, committees for the epoch of the state will be returned.
index
Restrict returned values to those matching the supplied committee index.
slot
Restrict returned values to those matching the supplied slot.
Response
Committees for the requested state.
execution_optimistic
Whether the execution payload is optimistic.
finalized
Whether the state is finalized.
data
List of committees in this state.