Get LCA Impacts
Get LCA Impacts
Calculate and retrieve environmental impacts for an LCA portfolio
GET
Get LCA Impacts
Get LCA Impacts
Calculates and returns environmental impacts for an LCA portfolio using a specified methodology and impact category. Returns impact values per process block.Use Validate LCA first to ensure all required data is in place before requesting impact calculations.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the LCA portfolioExample:
550e8400-e29b-41d4-a716-446655440000Query Parameters
UUID of the methodology to use for impact calculationExample:
d4e5f6a7-b8c9-0123-def4-567890123456Impact category identifierCommon values:
gwp, ap, ep, pocp, adpJSON string containing a list of process block UUIDs to include in the calculationExample:
["a1b2c3d4-e5f6-7890-abcd-ef1234567890","b2c3d4e5-f6a7-8901-bcde-f12345678901"]Response
List of impact results per process block
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: LCA portfolio not found or doesn’t belong to your organization422 Unprocessable Entity
Cause: Missing required query parameters or invalid JSON inprocess_id_list
Related Endpoints
Validate LCA
Validate before calculating impacts
Export to Excel
Export impact results as spreadsheet
LCA Dashboard
View aggregated environmental impact results

