get_votes
Fetch a page of vote history for your Top.gg project. Provide a start date for the first page or a cursor for the next.
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. A null cursor in the response means there are no more pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cursor | No | Pagination cursor from the previous response. Use this to fetch the next page. Mutually exclusive with startDate. | |
| 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. Must be within the last year. Mutually exclusive with cursor. |