> ## Documentation Index
> Fetch the complete documentation index at: https://docs.maalbar.dk/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve Results

> Fetch the CO₂ footprint for a screening and export results in bulk.

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](/api-reference/screening/get-screening-result) using the screening `publicId` from the [screening step](/developer/quickstart/screening).

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                 |

Stages with no data return `0`.

## Bulk export

Call [GET /v1/screenings/results](/api-reference/screenings/get-all-screening-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.
