list_competitions
Retrieve a list of competitions from the public API. Use cursor-based pagination to navigate through results, with up to 100 items per page.
Instructions
List competitions visible through the public API.
Scope: competition.read. Cursor-paginated (default limit 25, max 100): pass the previous response's nextCursor to fetch the next page; a nextCursor of null means there are no more pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| cursor | No |