Skip to main content
Once materials and packaging are in place, you can fetch the screening result at any time.

Get a single result

Call GET /v1/screenings/{screeningId}/result using the screening publicId from the screening step. All values are in kg CO₂e, broken down across the six LCA stages:
FieldStage
totalSum of all stages
materialRaw material extraction and processing
manufacturingProduction and assembly
distributionTransport across your supply chain
usePhaseEnergy use during product lifetime
endOfLifeDisposal and recycling
Stages with no data return 0.

Bulk export

Call GET /v1/screenings/results to pull results for your entire product catalog — useful for dashboards or reporting. Supports pagination (page, pageSize) and an include query parameter to limit which stages are returned (e.g. ?include=total,distribution). Add ?type=csv to receive the response as a CSV file.