whoop-get-sleep-by-id
Retrieve detailed sleep analysis data from WHOOP using a specific sleep record ID to access sleep metrics, stages, and recovery insights.
Instructions
Get the sleep record for the specified ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sleepId | Yes | ID of the sleep record to retrieve |
Input Schema (JSON Schema)
{
"properties": {
"sleepId": {
"description": "ID of the sleep record to retrieve",
"type": "string"
}
},
"required": [
"sleepId"
],
"type": "object"
}