You can now pull the data behind the Daily Checks column in the experiment list directly over the API.
One new endpoint is available on statsigapi.net/console/v1/:
GET /console/v1/experiments/{id}/diagnostics_checks?lastDays=30
Use lastDays (1-90) to set a lookback window without computing dates yourself
Use startDate / endDate if you need an explicit range instead
is_realtime tells you whether the final day is still filling, so you know not to treat it as a complete day
Warehouse Native experiments now return real data from the warehouse exposures summary, the same source the console list column uses
Before, the Daily Checks column in the experiment list flagged experiments that were "In Progress" after being pulled from code, or "Decision Made" while still serving traffic and catching those states meant querying your own warehouse. Now, you can surface that signal programmatically and build automated checks or alerts on top of it.
Review the full API reference in the Statsig Console API docs.