get_event_by_id
Retrieve detailed information for a specific training event from Intervals.icu using the event ID. Access workout data, activity details, and fitness metrics for analysis.
Instructions
Get detailed information for a specific event from Intervals.icu
Args: event_id: The Intervals.icu event ID athlete_id: The Intervals.icu athlete ID (optional, will use ATHLETE_ID from .env if not provided) api_key: The Intervals.icu API key (optional, will use API_KEY from .env if not provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| event_id | Yes | ||
| athlete_id | No | ||
| api_key | No |