v1

latestOpenAPI 3.0.0BSD License2026-07-24228233924.5 KB
Forecasts

List Nodes

Returns the list of valid pricing nodes for a market region.

Use the name field to populate the nodes field in your simulation_config when creating a nodal forecast run via POST /runs/.

Requires ?region= to select the market region and ?list_type= to select the forecast or backtest node list. Supports ?search= to filter nodes by name.

get/nodes/

Query parameters

region'caiso' | 'ercot' | 'gb' | 'germany' | 'isone' | 'italy' | 'miso' | 'nem' | 'nyiso' | 'pjm' | 'poland' | 'spain' | 'spp' required

Market region, case-insensitive. Uses the same vocabulary as simulation_config.market_region in POST /runs/.

list_type'forecast' | 'backtest' required

Selects whether the forecast or backtest node list is returned.

searchstring

Filter nodes by name (case-insensitive substring match).

limitinteger

Number of results per page.

offsetinteger

Offset for pagination.

Response

Paginated list of nodes.

countinteger

Total number of results.

{"stackTrail":"components:schemas:PaginatedNodeResponse:properties:next","oasType":"schema","type":"unknown"}
{"stackTrail":"components:schemas:PaginatedNodeResponse:properties:previous","oasType":"schema","type":"unknown"}