Reports
Get URL for a generated report
Returns the download URL for a specific report type. Valid report values: PlantSummary, PlantSummary8760, BlockSummary8760, InputsAssumptions. Not available for batch predictions.
Parameters:
-
projectId(path, required): The project ID. -
predictionId(path, required): The prediction ID. -
report(path, required): Report type name (PlantSummary, PlantSummary8760, BlockSummary8760, or InputsAssumptions).
GET
Get URL for a generated report
Authorizations
Pass Authorization: Bearer <token> on every request. See the Authentication section of the API description for how to fetch a token.
Path Parameters
Available options:
PlantSummary, PlantSummary8760, BlockSummary8760, InputsAssumptions Response
Report URL
Previous
Get plant block details reportReturns the PlantBlockDetails report for a prediction. Not available for batch predictions.
**Parameters:**
- `projectId` (path, required): The project ID.
- `predictionId` (path, required): The prediction ID.
Next
Get URL for a generated report