whoop-get-cycle-by-id
Retrieve specific WHOOP cycle data using its unique identifier to access detailed fitness metrics, recovery analysis, and physiological performance information.
Instructions
Get the cycle for the specified ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycleId | Yes | ID of the cycle to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"cycleId": {
"description": "ID of the cycle to retrieve",
"type": "number"
}
},
"required": [
"cycleId"
],
"type": "object"
}