Get WHOOP cycle by ID
get_cycle_by_idRetrieve a specific WHOOP physiological cycle using its numeric ID. Use this to fetch detailed strain and recovery data for one cycle from get_cycles results or a recovery record.
Instructions
A single physiological cycle by its numeric id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cycle_id | Yes | Numeric cycle id, e.g. from get_cycles or a recovery record |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| end | No | Absent while the activity is still in progress | |
| score | No | ||
| start | Yes | ||
| created_at | Yes | ||
| updated_at | Yes | ||
| score_state | Yes | ||
| timezone_offset | Yes |