KB / api
GET /api/v1/signals/intraday/health-score
Last verified
Auto-generated. This article is rebuilt from FastAPI route introspection by
scripts/build_api_kb.py. Edit the route docstring inapp/and re-run the script — do not edit this file directly.
GET /api/v1/signals/intraday/health-score
Handler: app.signals.routes.get_intraday_health_score
Methods: GET
Description
Recent intraday health-score points for the Signal Health sparkline.
Returns up to limit rows of (timestamp, health_score) from the
intraday_signals table, ascending (oldest → newest) so the sparkline
draws left-to-right without the caller having to reverse. limit defaults
to 48 — one hourly snapshot per hour for two days. Rows with no
health_score yet (score UPDATE raced / fresh row) are skipped.
Parameters
| In | Name | Type | Default | Description |
|---|---|---|---|---|
| query | limit | int | 48 |
Curl
curl -s https://bigclawd.com/api/v1/signals/intraday/health-score