Skip to main content
GET
Get Metrics Refresh Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

db_id
string | null

Database ID to get the refresh status for

table
string | null

Table to get the refresh status for

Response

Current refresh status

status
string
required

Refresh status: 'idle', 'running', 'completed' or 'failed'

started_at
string<date-time> | null

When the most recent refresh started

finished_at
string<date-time> | null

When the most recent refresh finished

error
string | null

Error message if the most recent refresh failed