Get a single result
Call GET /v1/screenings/{screeningId}/result using the screeningpublicId from the screening step.
All values are in kg CO₂e, broken down across the six LCA stages:
| Field | Stage |
|---|---|
total | Sum of all stages |
material | Raw material extraction and processing |
manufacturing | Production and assembly |
distribution | Transport across your supply chain |
usePhase | Energy use during product lifetime |
endOfLife | Disposal and recycling |
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.