Skip to content

Freshness dashboard

Dashboard

GET /v1/freshness/dashboard returns aggregate counts:

  • total_sources
  • total_entities
  • due_in_24h
  • by_state

Entity view

GET /v1/freshness/entities/:entity_id returns the source list plus a per-state summary for one entity.

Due queue

GET /v1/freshness/due returns the priority-sorted worklist for sources that need refresh.

Dashboard request

```bash curl https://api.faircompany.ai/v1/freshness/dashboard \ -H "Authorization: Bearer fc_live_xxx" ```