Get data freshness
kingsplaybook_get_freshnessCheck data freshness for projections, lineups, and lines. Determine if the data is recent enough before acting.
Instructions
Per-domain data-age signal — when the projection pipeline, lineups, and lines were each last updated. Check this to decide whether the data is fresh enough before acting on it. Works on any plan.
Args: none. Returns JSON: { data: { snapshot: { latest_farmer_harvest_at, latest_crown_scored_at }, lineups: { latest_updated_at }, lines: { latest_updated_at } }, meta: { as_of } }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||