List recent forecast runs
list_recent_runsCheck run freshness and arrival status for a dynamical.org forecast dataset, from the same public feed status.dynamical.org's dashboard polls.
Only forecast collections are pipeline-monitored today (analysis collections like noaa-gfs-analysis or noaa-mrms-conus-analysis-hourly aren't yet tracked by this feed).
Args: collection_id: A STAC collection id, e.g. "noaa-gfs-forecast". limit: Maximum number of recent runs to return, most recent first (default 10).
Returns:
A dict with the overall pipeline sla_status, this product's
cadence and next expected init/completion time, typical latency
stats, and up to limit recent runs (init_time, status,
completion_pct, on_timedness, arrival/latency timestamps). If
collection_id isn't pipeline-monitored, returns monitored: False
plus the list of collection ids that are.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| collection_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||