Skip to main content
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-ef1234567890

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Query 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 (requires output_product_id)
  • product_unit — Per-unit impact of a co-product (requires output_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-8ec9abb9745e

Response

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 the view 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 organization

422 Validation Error

Cause: product_total or product_unit view requested without output_product_id

List LCA Portfolios

Retrieve all LCA portfolios

LCA Overview

LCA API introduction and concepts