get_ring_battery_level
Check the Oura ring’s battery percentage and charging state to know if a recharge is needed. Return the latest reading by default, or request readings over a time window.
Instructions
Get ring battery level (%) and charging state. Returns the latest reading by default; set latest to false for readings over a window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latest | No | Return only the most recent reading. | |
| next_token | No | Continue a truncated result: pass the next_token from the previous response along with the same dates. | |
| end_datetime | No | End of the window, ISO 8601 datetime. Defaults to now. | |
| start_datetime | No | Start of the window, ISO 8601 datetime such as '2026-01-15T00:00:00-08:00'. Defaults to 24 hours before end_datetime. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |