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
uuid
required
The UUID of the LCA portfolioExample:
a1b2c3d4-e5f6-7890-abcd-ef1234567890Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
string
default:"system"
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
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
object
LCA metadata and dashboard configuration
array[object]
Array of life cycle stage results
boolean
Whether the results may be outdated and need recalculation
array[object]
Structural validation issues detected before calculation
array[object]
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