Health Snapshot
opendata_health_snapshotCheck the current health score of data providers, returning a value from 0.0 to 1.0. Scores degrade on recent server or network failures and recover over time.
Instructions
Snapshot the in-memory provider health registry. Returns a score in [0.0, 1.0] for each requested provider (or every registered provider when called without arguments). Health degrades on recent 5xx / 429 / network failures and decays back toward 1.0 over ~5 minutes; 401/403 are excluded as caller misconfig. The discovery app uses this to paint live health badges next to each search result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider_ids | No | Optional list of provider ids to query. When omitted, returns snapshots for every provider in the static + dynamic registry. Providers with no recorded failures default to a fully-healthy baseline (score 1.0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot | No | ||
| generated_at | No |