v1
latestOpenAPI 3.0.42026-07-233182951.4 MBSAA Datasets
Total Exempt Supply Volume (S0621)
Returns the total Import and Export Exempt Metered Volume (in MWh) for the requested settlement date and settlement run type.
This endpoint will not return any data until S0621 data is first published at the beginning of March 2025.
Settlement date parameter must be provided in the exact format YYYY-MM-dd.
get/saa/datasets/total-exempt-volume/{settlementDate}
Path parameters
settlementDatestring date required
Example:2025-02-27
The settlement date for the filter.
Query parameters
settlementRunTypestring[]
The settlement run type for the filter. If one or more run types are specified, only data with those run types is returned. If no run type is specified, for each settlement period only the single data point with the most recent run type is returned.
[ "II", "SF" ]
format'json' | 'xml' | 'csv'
Response data format. Use json/xml to include metadata.
Response
Data retrieved
Example response
{
"data": [
{
"creationTime": "2025-01-16T15:31:12Z",
"settlementDate": "2025-01-16",
"settlementPeriod": 5,
"settlementRunType": "R1",
"totalExemptSupplyVolume": 505.3
}
],
"metadata": {
"datasets": [
"DATASET"
]
}
}