---
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
  - `last_attempt_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

## Changes

- **2026-08-19** `6aa0788aa5dc` — 1 info
  - added the optional property `items/last_attempt_ts` to the response with the `200` status
- **2026-08-08** `103580dad816` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/myaltimate/apis/fastapi/changes/freshness/get.md)

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/b9cc757ca795/schema)
