motogp: Get sessions
motogp_get_sessionsRetrieve all sessions (practice, qualifying, race) for a MotoGP event and category. Input event UUID and category UUID to get session IDs for classification.
Instructions
List the sessions (practice, qualifying, race, etc.) for an event and category. Pass eventUuid from motogp_get_events and categoryUuid from motogp_get_categories. Each session id feeds motogp_get_session_classification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_uuid | Yes | Event UUID from motogp_get_events | |
| category_uuid | Yes | Category UUID from motogp_get_categories |