f1: Get qualifying
f1_get_qualifyingRetrieve Formula 1 qualifying session results including Q1, Q2, and Q3 times for a specific season and round.
Instructions
Get Formula 1 qualifying results. Returns Q1/Q2/Q3 times for drivers in a specific qualifying session.
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") |