get_all_checkins
Retrieve the complete list of all Foursquare Swarm check-ins by automatically paginating through the full history. This method makes one API call per 250 check-ins, so use with caution for large datasets.
Instructions
Get ALL check-ins by paginating through the entire history. EXPENSIVE: Makes 1 API call per 250 check-ins (e.g., 5000 check-ins = 20 API calls). Prefer get_checkins with manual pagination for incremental access.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_checkins | No | Maximum total check-ins to retrieve (default 1000, use -1 for unlimited) |