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

# Get Freshness

`GET /v1/freshness`

Return data freshness metrics. Public endpoint, no auth required.

## Response `200`

Successful Response

- SingleResponseFreshnessOut
  - `data` FreshnessOut, required
    - `last_ingest_at` string, nullable
    - `last_ingest_status` string, nullable
    - `filings_today` integer, required
    - `filings_this_week` integer, required
    - `lag_minutes` integer, nullable
    - `next_poll_at` string, nullable
    - `total_companies` integer, required
    - `total_filings` integer, required
  - `meta` Meta, required
    - `total` integer, nullable
    - `limit` integer, nullable
    - `offset` integer, nullable
    - `next_cursor` string, nullable
    - `request_id` string, required

---

[API](https://skmtc.dev/axioradev/apis/axiora-api.md) · [All operations](https://skmtc.dev/axioradev/apis/axiora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/axioradev/apis/axiora-api/revisions/af89affc4582?raw)
