beacon.raw.validator_duties provides a list of validators scheduled to propose a block for a given epoch.

Table Columns

Unique key: slot_number

ColumnDescription
slotThe slot at which the validator must propose a block.
slot_timestampThe timestamp corresponding to the slot.
epochThe epoch in which the slot occurs.
epoch_timestampThe timestamp corresponding to the start of the epoch.
dependent_rootThe block root that this response is dependent on.
validator_indexThe index of the validator in the validator registry.
pubkeyThe validator’s BLS public key, uniquely identifying them. This is a 48-byte hex encoded string with a 0x prefix, case insensitive.
execution_optimisticIndicates whether the response references an unverified execution payload. If true, the information may be invalidated later. If not present, assume the value is false.
_created_atThe timestamp when the record was created.
_updated_atThe timestamp when the record was last updated.