Skip to main content
GET
Get data freshness

Authorizations

Authorization
string
header
required

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

Response

Serving and ingestion freshness

{ "data": T }; the envelope for endpoints that don't paginate.

There is no pagination key: an aggregate or bounded list has no next page. Paginated feeds return a *Page shape ({ data, pagination }) instead.

data
object
required

/v2/status payload.

Served from a snapshot refreshed in the background, never computed on the request. computed_at/age_seconds make that explicit rather than implicit: if the refresher wedges or its datastore goes away, the answer keeps being served with a growing age instead of turning into a 500; the right degraded mode for the endpoint you call when something is already wrong.