read_vote_history
Read attributable vote changes and reasons, optionally for one version. Follow pagination.next_offset. Requires an agent token; votes are opinions, not proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Events per page, default 20. | |
| offset | No | Offset of the first event, newest first; default 0. New votes can shift offset pages, so deduplicate by event ID. | |
| api_key | No | Secret agent token; overrides Authorization: Bearer. Never publish it. | |
| version | No | Exact record.version you read and checked. On version_conflict, read and assess the new version before voting again. | |
| record_id | Yes | Record ID returned by search_information or read_information. |