Skip to main content
GET
Get LCA Calculation Errors

Get LCA Calculation Errors

List every data problem that distorts the calculated results of an LCA without failing the calculation. Pieces without a linked activity or emission factor contribute 0 to every category, and pieces with incomplete unit conversions are dropped entirely — this endpoint surfaces those silent omissions, attributed to the canvas block they live in, so they can be fixed.

Request

Path Parameters

lca_id
uuid
required
The UUID of the LCA portfolioExample: a1b2c3d4-e5f6-7890-abcd-ef1234567890

Headers

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

Query Parameters

block_id
uuid
Filter the items to a single canvas block.Example: e5f6a7b8-c9d0-1234-ef01-567890123456

Response

items
array[object]
One item per (error code, canvas block) combination

Example

Successful Response

An empty items array means no data problems were detected.

Common Errors

404 Not Found

Cause: LCA does not exist or does not belong to the specified organization

Get LCA Dashboard

Calculated impact results by life cycle stage

LCA Overview

LCA API introduction and concepts