f1: Get sprint
f1_get_sprintRetrieve Formula 1 sprint race results for a specific season and round. Supports pagination with limit and offset parameters.
Instructions
Get Formula 1 sprint race results for a specific round.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of results to return (default 30, max 1000) | |
| round | No | Round number within the season | |
| offset | No | Number of results to skip for pagination | |
| season | No | Season year (e.g. "2024") or "current" (default: "current") |