v1

latestOpenAPI 3.0.2Apache 2.02026-07-1762135.5 KB

Get the status of the data refresh

Returns the state, timing, and any error of the current or most recent data refresh

get/v2/data/refresh

Response

Status of the current or most recent data refresh

state'idle' | 'running' | 'succeeded' | 'failed'

Lifecycle state of the current or most recent refresh

trigger'startup' | 'scheduled' | 'manual'

What initiated the refresh

startedAtstring date-time

Timestamp of when the refresh started

finishedAtstring date-time

Timestamp of when the refresh completed (absent while running)

durationstring

Wall-clock duration of the last completed refresh

lastErrorstring

Error message from the most recent failed refresh, if any

Example response

{
  "state": "succeeded",
  "duration": "2m3s"
}