{ "opencollection": "1.0.0", "info": { "name": "Grid Status API Info Dataset Updates API", "version": "1.3.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Dataset Updates", "type": "folder" }, "items": [ { "info": { "name": "Get dataset updates", "type": "http" }, "http": { "method": "GET", "url": "https://api.gridstatus.io/v1/dataset-updates/:dataset_id", "params": [ { "name": "dataset_id", "value": "", "type": "path", "description": "ID of the dataset (for example ercot_spp_day_ahead_hourly)." } ] }, "docs": "Recent update activity for a dataset - each entry reports the update time, number of rows inserted and updated, and whether the run was a backfill. Useful for polling freshness without re-querying data." } ] } ], "bundled": true }