Retrieve attestations observed for one or more validators within a bounded epoch window. By default, returns data for the last 100 epochs. Use when you need to check validator attestation history, verify attestation performance, or analyze missed attestations.
slimbooleanWhen true, return a slimmed response that excludes `week`, `week_start`, `week_end`, and `committeeindex` fields from each item.
endEpochintegerEnd epoch for the query window. Defaults to `latest`. Must be within `[startEpoch, latest]` when provided.
startEpochintegerStart epoch for the query window. Defaults to `latest - 99`. Must be within `[latest-99, latest]` and less than or equal to `endEpoch` when provided.
indexOrPubkeyRequiredstringComma-separated validator indices and/or public keys (maximum 100 items by default). Accepts validator index as number string (e.g., '1', '100') or BLS public key with 0x prefix (96 hex characters, e.g., '0xa1d1ad07143535...'). For multiple validators, use comma separation: '1,2…
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.