latestOpenAPI 3.1.02026-08-145096557.0 KB

1c983de099e2

dataset-info

Get dataset status

Retrieves time of the last update, the expected time of the next update and the status code for the dataset

get/v1/meta/datasets/{dataset_id}/status

Path parameters

dataset_idstring required

A short internal dataset identifier (unique).

A short internal dataset identifier (unique).

Response

Successful Response

last_update_timestring date-time required

A UTC timestamp of the most recent data update.

expected_next_updatestring required

The expected time of next scheduled update.

status'OK' | 'No Data' | 'Partial Outage' | 'Down' required

A status type of the ArdaDB table

Example response

{
  "last_update_time": "2026-04-05T08:30:00Z",
  "expected_next_update": "06:30 ET"
}