get_resilience_data
Retrieve resilience metrics from Oura Ring health data for a specified date range to analyze stress recovery and physical adaptation patterns.
Instructions
Get resilience data for a specific date range.
Args:
start_date: Start date in ISO format (YYYY-MM-DD)
end_date: End date in ISO format (YYYY-MM-DD)
Returns:
Dictionary containing resilience dataInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start_date | Yes | ||
| end_date | Yes |