Skip to main content
GET
Get Waste

Get Waste

Retrieve a single waste record by ID with enriched data including CO2e emissions, user who created it, unit details, and linked projects.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the waste recordExample: f47ac10b-58cc-4372-a567-0e02b2c3d479

Response

string
Waste record UUID
string
Always "wastes"
string
Record status: active, error, pending
number | null
Waste quantity after facility allocation, in the specified unit
number | null
Original waste quantity before facility allocation
number | null
Facility allocation percentage (0–1)
string | null
Waste stream identification name
string | null
Free-text description of the waste record
string | null
European Waste Catalogue (LER/LoW) code
string | null
Recovery/disposal operation code
number | null
Distance in km to the waste treatment center
string | null
Start date of the waste period (ISO 8601)
string | null
End date of the waste period (ISO 8601)
number | null
Calculated CO2 equivalent emissions in kg
number | null
CO2 equivalent biomass emissions in kg
string | null
UUID of the facility this waste belongs to
string | null
UUID of the user who created the record
string | null
Source waste UUID (if derived from a distributed waste record)
string | null
Same as identification_name (kept for consistency with other modules)
string | null
URL to download the linked file
string | null
UUID of the linked file
string | null
Name of the linked file
datetime
Timestamp when the record was created
datetime | null
Timestamp when the record was last updated
string | null
UUID of a custom emission factor, if applied
object | null
Custom emission factor details, if applied
array[string] | null
Error details when status is error
object | null
Unit of measurement
object | null
User who created the record
array[object]
Projects linked to this waste record
array[object]
Facility percentage allocations (for distributed waste records)

Example

Successful Response

Common Errors

404 Not Found

Cause: Waste record does not exist or does not belong to your organization

List Wastes

Browse waste records

Update Waste

Modify a waste record