---
title: "Get dataset status"
method: GET
path: "/v1/meta/datasets/{dataset_id}/status"
tags: ["dataset-info"]
---

# Get dataset status

`GET /v1/meta/datasets/{dataset_id}/status`

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

## Path parameters

- `dataset_id` string, required — A short internal dataset identifier (unique).

## Response `200`

Successful Response

- MetaUpdateStatusOut
  - `last_update_time` string, date-time, required — A UTC timestamp of the most recent data update.
  - `expected_next_update` string, required — The expected time of next scheduled update.
  - `status` 'OK' | 'No Data' | 'Partial Outage' | 'Down', required — A status type of the ArdaDB table

## Other responses

- `403` — Forbidden
- `404` — Not Found
- `422` — Validation Error

---

[API](https://skmtc.net/algoseek/apis/datasets-api.md) · [All operations](https://skmtc.net/algoseek/apis/datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/algoseek/datasets-api/revisions/1c983de099e2/schema)
