# Track projects in the SPP interconnection queue

**Use case:** 

Snapshot the Southwest Power Pool generator interconnection queue — project type, capacity, county, status and queue dates per entry.

## Input

```json
{
  "isos": [
    "PJM",
    "ERCOT",
    "ISO-NE"
  ],
  "mode": "snapshot",
  "deltaOnly": false,
  "priorItems": [],
  "maxResults": 500
}
```

## Output

```json
{
  "iso": {
    "label": "ISO / RTO",
    "format": "string"
  },
  "queue_id": {
    "label": "Queue ID",
    "format": "string"
  },
  "interconnection_type": {
    "label": "Interconnection type",
    "format": "string"
  },
  "fuel_type": {
    "label": "Fuel type",
    "format": "string"
  },
  "capacity_mw": {
    "label": "Capacity (MW)",
    "format": "number"
  },
  "county": {
    "label": "County",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "queue_date": {
    "label": "Queue date",
    "format": "string"
  },
  "requested_cod": {
    "label": "Requested COD",
    "format": "string"
  },
  "study_phase": {
    "label": "Study phase / cluster",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [US Interconnection Queue Tracker - 7 ISO Queues & Deltas API](https://apify.com/malonestar/interconnection-queue-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/malonestar/interconnection-queue-tracker) to learn more, explore other use cases, and run it yourself.