---
title: "Check data freshness for all commodities"
method: GET
path: "/v1/prices/all/health"
tags: ["Prices", "Premium"]
---

# Check data freshness for all commodities

`GET /v1/prices/all/health`

Monitor which commodities have fresh data and which are stale

## Response `200`

Data freshness status

- DataHealthResponse
  - `status` string
  - `data` object
    - `fresh` string[]
    - `stale` string[]
    - `last_update` string, date-time

## Other responses

- `401` — Unauthorized
- `500` — Unexpected server error. Retry transient failures with bounded backoff and retain the request ID when contacting support.

---

[API](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1.md) · [All operations](https://skmtc.net/oilpriceapi/apis/oil-price-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oilpriceapi/oil-price-api-v1/revisions/5a5ce424cacc/schema)
