Get LCA Dashboard
Get LCA Dashboard
Retrieve environmental impact results for an LCA, broken down by EN 15804 life cycle stages
GET
Get LCA Dashboard
Get LCA Dashboard
Retrieve the calculated environmental impact results for a specific LCA, organized by EN 15804 life cycle stages (A1–A4, B6, B7). Each stage contains impact values across all selected impact categories.Request
Path Parameters
The UUID of the LCA portfolioExample:
a1b2c3d4-e5f6-7890-abcd-ef1234567890Headers
Your API key for authentication
Your organization UUID
Query Parameters
Allocation view for co-product LCAs.Available values:
system— Total system impact (default)product_total— Impact allocated to a specific co-product (requiresoutput_product_id)product_unit— Per-unit impact of a co-product (requiresoutput_product_id)
UUID of the output product for co-product allocation views (
product_total or product_unit). Required when view is not system.Example: bf800281-bcc7-42f4-81e4-8ec9abb9745eResponse
Metadata about the LCA and dashboard configuration
Array of life cycle stage results
Whether the results may be outdated and need recalculation
List of validation issues that may affect result accuracy
Warnings from the calculation engine (e.g., missing emission factors)
Example
Successful Response
Co-Product Allocation Example
For LCAs with multiple output products, use theview and output_product_id parameters to see allocated impacts:
Common Errors
404 Not Found
Cause: LCA does not exist or does not belong to the specified organization422 Validation Error
Cause:product_total or product_unit view requested without output_product_id
Related Endpoints
List LCA Portfolios
Retrieve all LCA portfolios
LCA Overview
LCA API introduction and concepts

