GetHydrationStatusResponse¶
| Field | Type | Description |
|---|---|---|
| status | The hydration state of the session. |
Example¶
JSON
{
"status": {
"created_at": "2024-01-15T09:30:00Z",
"expiration_time": "2024-01-15T09:30:00Z",
"finished_at": "2024-01-15T09:30:00Z",
"hydration_status": "HYDRATING",
"incremental": true,
"started_at": "2024-01-15T09:30:00Z"
}
}