Skip to content
View as Markdown

GetHydrationStatusResponse

Field Type Description
status bitdrift.public.unary.timeline.v1.HydrationState 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"
  }
}