Gridstatus Datasets
gridstatus_datasetsList/search US grid datasets (LMP prices, load, fuel mix across the 7 ISOs: CAISO, ERCOT, PJM, MISO, SPP, NYISO, ISONE). Use this to discover the exact dataset_id to pass to gridstatus_query. Example: gridstatus_datasets({ filter: "caiso lmp", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filter | No | Optional keyword(s) to narrow the list, matched against dataset id/name/description/source (all words must match). E.g. "caiso lmp", "ercot load", "pjm fuel mix". Omit to list all. | |
| _apiKey | Yes | GridStatus API key (free tier at gridstatus.io) |