Waste Tools
Query waste records for facilities — including waste types, quantities, treatment methods, transport distances, and CO₂e emissions. This is Scope 3 Category 5 (waste generated in operations) data.list_wastes
List waste records for a specific facility.
facility_id is required — call list_facilities first to get valid IDs.| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
facility_id | string | Yes | — | UUID of the facility |
organization_id | string | No | default org | Organization UUID |
status | string | No | — | Status filter: active, deleted |
start_date | string | No | — | Filter from this date (YYYY-MM-DD) |
end_date | string | No | — | Filter until this date (YYYY-MM-DD) |
page | integer | No | 1 | Page number |
size | integer | No | 50 | Results per page |
| Field | Description |
|---|---|
identification_name | Internal reference code for the waste record |
quantity | Amount of waste in the unit specified by unit.name |
low_code | European Waste Catalogue (EWC/LER) code classifying the waste type |
rd_code | Recovery (R) or Disposal (D) operation code |
total_km_to_waste_center | Distance to the waste treatment center in km |
co2e | Calculated CO₂e emissions in kg |
co2e_biomass | CO₂e from biomass sources in kg |
unit | Measurement unit (e.g. kilogram_(kg), tonne_(t)) |
Workflow
- Find facilities —
list_facilitiesto discover facility IDs - List waste records —
list_wasteswith thefacility_id - View emissions —
get_greenhouse_gas_emissionswithcategory=wastesfor aggregated waste emission totals
Related
API: List Wastes
REST API equivalent with additional filters
Facilities
Find facility IDs to query waste records
Emissions
Aggregated Scope 3 waste emissions
CLI
Manage waste records from the command line