| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

**period_start**  
string  
required  
`^\d{4}-\d{2}$`

**period_end**  
string  
required  
`^\d{4}-\d{2}$`

**version**  
string  
length ≥ 2  
`V.+`

**programs**
array of objects  
The list of programs, separated by comma.

**programs**
Show 32 enum values

- ADD string
- accept  
string  
enum  
Defaults to application/json

Generated from available response content types

`application/json` `text/csv`

Allowed:
`application/json` `text/csv`

# `200      Fetches periodic revenue reports for a designated time frame. If a version is not specified, the response will include the latest version.

**object**

**actual_revenue**  
double  
required  
Total of Energy, Capacity and Adjustments for settlement period.

**potential_revenue**  
double  
Potential revenue if performance reached 100%.

**payment_adjustment**  
double  
A sum of any bonuses, Leap adjustments like missed enrollment, and any adjustment payments if this report has multiple versions (`V2`, `V3`, etc.). In NY CSRP and DLRP adjustments also include any true up payments associated with updated performance factors from prior participation months

**penalty**  
double  
The sum of all penalties or market adjustments that are applied to the revenue.

**performance_adjustment**  
double  
Any revenue changes applied to Capacity Revenue. Negative values reflect penalties, when capacity performance is below nominations. Positive values reflect aggregation benefits, where overperformance from one meter can offset underperformance elsewhere.

**data_coverage_percentage**  
double  
Data coverage percentage

**meters_dispatched_count**  
int32  
required  
Count of dispatched meters

**total_meters_count**  
int32  
required  
Total count of meters

**dispatch_days_count**  
int32  
required  
The number of days that were dispatched

**dispatch_quantity_wh**  
double  
Dispatch quantity wh

**average_meter_revenue**  
double  
required  
Average revenue per meter

**capacity**  
object  
required  
Capacity details

**revenue**  
double  
required  
Revenue received by the partner for participating in capacity market.

**earned_w**  
double  
Quantity curtailed by the partner as part of capacity market.

**delivered_w**  
double  
Capacity delivered in the best 2-hour consecutive time block. If two consecutive hours are not available, the best single hour is used.

**performance_percentage**  
double  
Partner performance in capacity market; value between 0 and 100.

**nomination_w**  
double  
required  
Target quantity set for capacity market.

**monetized_w**  
double  
Monetized capacity wattage. Partners provide nomination and then Leap will calculate what capacity can be monetized based on program rules.

**energy**  
object  
required  
Energy details

**revenue**  
double  
required  
Revenue received by the partner for actively participating in energy programs.

**earned_wh**  
double  
Earned wattage.

**performance_percentage**  
double  
Partner performance in capacity market; value between 0 and 100.

**awarded_wh**  
double  
Awarded Wh

**settlement_period**  
object  
required  
The period for which the revenue report is generated for.

**period_start**  
string  
required  
`^\d{4}-\d{2}$`

**period_end**  
string  
required  
`^\d{4}-\d{2}$`

**programs**
array of objects  
required  
List of programs

Identifier of program

`CAISO-CCA-SC_ONLY` `CAISO-HOLD_OPEN` `CCA` `CEC-DSGS-OPTION4` `CEC-DSGS` `CONED-CSRP` `CONED-DLRP` `DRAM` `ELRP` `ENERGY-ONLY` `ERCOT-ERS` `EVERSOURCE-CS` `MA_DOER-CPS` `NATGRID-CS` `NRG-REALTIME` `NRG-RED` `NYISO-SCR` `ONCOR-CLM` `PGE-ART` `PGE-CBP` `PJM-CAPACITY` `PSEGLI-CSRP` `PSEGLI-DLRP` `RIE-CS` `UNITIL-CS` `PSE-RPO` `SRP-RPO` `TVA-RPO` `CAISO-ELRP-A4` `CEC-DSGS-OPTION2` `ENERGYHUB-CS` `CT_GB-ESS`

**report_status**
array of objects  
required  
The statuses of one or multiple reports

**report_status***  
object

**programs**
array of objects  
required  
Identifier of program

**status**  
string  
enum  
required  
The report status

`PRELIMINARY` `FINALIZED`

**updated_at**  
date-time  
ISO-8601 timestamp of the settlement update date

**delivery_date**  
string  
`^\d{4}-\d{2}$`

deprecated  
ISO-8601 formatted year and month (`YYYY-MM`) representing the settlement delivery period date.

**delivery_start_date**  
string  
required  
`^\d{4}-\d{2}$`

ISO-8601 formatted year and month (`YYYY-MM`) representing the settlement delivery period date.

**delivery_end_date**  
string  
required  
`^\d{4}-\d{2}$`

ISO-8601 formatted year and month (`YYYY-MM`) representing the settlement delivery period date.

**version**  
string  
length ≥ 2  
`V.+`

The report version. If not specified the latest version is returned.

**previous_adjusted_revenue**  
double  
required  
Stores the previous adjusted revenue from the previous version before any updates were made

**performance_factor_percentage**  
double  
The performance factor percentage metric.

**missed_revenue**  
double  
The difference between potential revenue and the actual revenue of the revenue report over the settlement period. Rounded to zero if actual revenue is greater than potential revenue.

**capacity_performance_period**  
object  
The period in which the capacity performance was calculated.

**start_date_time**  
date-time  
ISO-8601 timestamp of the start of the period.

**end_date_time**  
date-time  
ISO-8601 timestamp of the end of the period.

# `400      Returns 400 if the request is invalid.

# `401      Returns 401 if the request is unauthorized.

# `403      Returns 403 if the request doesn't have the right values.

# `415      Returns 415 if provided content in the request is not supported.

# `500      Returns 500 if the there's an internal server error.
