---
title: "Get All Freshness"
method: GET
path: "/freshness"
tags: ["FRESHNESS"]
---

# Get All Freshness

`GET /freshness`

Freshness for every dataset the tenant has ingestion runs for.

## Response `200`

Successful Response

- DatasetFreshness[]
  - `dataset_type` string, required
  - `last_update_ts` string, date-time, nullable
  - `freshness_watermark_ts` string, date-time, nullable
  - `freshness_age_seconds` integer, nullable
  - `measured_latency_seconds` integer, nullable
  - `last_status` string, nullable
  - `source` string

## Other responses

- `400` — Invalid page parameter
- `401` — Authentication required

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/aab3fe5c9f05/schema)
