get_votes
Fetch paginated vote history for a Top.gg project. Pass a start date for the first page; use the returned cursor for subsequent pages.
Instructions
Fetch a page of vote history for the current Top.gg project. For the first page, provide startDate (ISO 8601, max 1 year ago). For subsequent pages, pass the cursor returned by the previous response. An empty data array means there are no more votes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from the previous response. Use this to fetch the next page. Takes precedence if startDate is also provided. | |
| project | No | Name of the configured project to target (e.g. "mybot" for TOPGG_TOKEN_MYBOT). Required when multiple tokens are configured; omit when only one is configured. | |
| startDate | No | ISO 8601 datetime to start from (e.g. 2026-01-01T00:00:00Z). Required for the first page and must be within the last year. |