Query Power Interconnection Queue (ISO-NE)
query_power_interconnection_queue_isone_v1Query the ISO-NE generator interconnection queue — ISO New England's public IRTT "public queue" report, the waiting line of projects that have REQUESTED to connect to the New England grid (CT, MA, ME, NH, RI, VT).
Returns cited, project-level records with ISO-NE's full published structure (all 31 columns of the rendered report): the three megawatt readings kept SEPARATE (net_mw, summer_mw = max summer output, winter_mw = max winter output — net_mw is 0 for the many Capacity-Network-Resource-only requests, a real value, not missing), the request request_type (G = Generation / ETU = Elective Transmission Upgrade / TS = Transmission Service), the space-delimited multi-value fuel_type (EIA energy-source codes, e.g. "SUN BAT"), the unit_type and service code serv (CNR = Capacity Network Resource / NR = Network Resource), the jurisdiction (F = FERC / N = Non-FERC), the ISO-NE load zone, the per-stage study statuses (fs_status … ia_status) with their study-document links, location (state, county, derived county_fips, poi), and lifecycle dates. Group or filter by application_status, project_status, request_type, unit_type, fuel_type, serv, jurisdiction, zone, state, county_fips, or cluster; filter requested_date by the requested_date_from / requested_date_to range. Pass each parameter as a top-level key of params (flat — not nested). Example: {"application_status": "A", "request_type": "G", "state": "MA"} for active generation requests in Massachusetts; {"group_by": ["application_status"]} for requested MW and project counts by status. Returns JSON aggregates with citations and optional row-level records when include_records is true; every value carries source, as_of, and a source_row verifiable with get_source_evidence_v1.
net_mw / summer_mw / winter_mw are REQUESTED capacity, not built: historically the large majority of queued megawatts withdraw before they are built, so the queue is withdrawn-dominated. NEVER read a queue-MW total as installed or operating capacity — it is additive across distinct rows but is a REQUESTED total only. ISO-NE publishes net, summer-peak and winter-peak MW separately — served under ISO-NE's own labels and never blended into one nameplate. Scope by application_status: A = Active (the live pipeline), C = Commercial (built and in service — the built reading), W = Withdrawn. ISO-NE ALSO carries a separate build-progress project_status (Under Study / Under Construction / In Service / …) — kept distinct from application_status, never collapsed. For built/operating capacity use query_power_capacity_v1.
ISO-NE only — never summed, deduped, or compared across ISOs. For the MISO interconnection queue use query_power_interconnection_queue_v1; for PJM use query_power_interconnection_queue_pjm_v1 (or query_power_interconnection_queue_pjm_cycle_v1 for PJM's cluster/cycle grid); for the CAISO (California) queue use query_power_interconnection_queue_caiso_v1; for the NYISO (New York, incl. load interconnection requests) queue use query_power_interconnection_queue_nyiso_v1; for the ERCOT (Texas) queue use query_power_interconnection_queue_ercot_v1; for the SPP (central US) queue use query_power_interconnection_queue_spp_v1. ISO-NE publishes no data-center / load request type (all rows are generation or transmission), and this tool does not infer one — that interpretation is the analyst's, from cited rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||