Skip to main content
GET
Get Waste Water Treatment by ID

Get Waste Water Treatment by ID

Retrieve a single waste water treatment (WWT) record with enriched data: CO2e emissions, the user who uploaded it, and any linked projects. Useful to inspect a specific record before deleting or auditing it.

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 water treatment recordExample: 550e8400-e29b-41d4-a716-446655440000

Response

string
Unique identifier (UUID) for the WWT record. Use this as waste_water_treatment_id in DELETE /api/v1/waste_water_treatments/.
string
Always "waste_water_treatment"
string
Processing status: uploaded, active, loading, or error
string
Identification name or invoice number of the WWT record
date
Start date of the treatment period
date
End date of the treatment period
string | null
UUID of the facility this WWT belongs to
number
Volume of water entering treatment, in m³
number
Volume of water exiting treatment, in m³
number
Same as base_quantity — water output volume in m³
number
Mass of sludge produced, in kg
number
Percentage factor (always 1 for WWT records)
number | null
CO2 equivalent emissions in kg CO2e. Populated asynchronously after record activation.
number
Biogenic CO2 emissions in kg CO2e
object
Unit of measurement (always cubic meters for WWT)
object | null
User who uploaded or created the record
string | null
UUID of the user who created the record
string
Internal source record UUID (matches id for WWT records)
string | null
Download URL for any linked import file
array[object]
Projects this WWT record is linked to
array[object]
Facility distribution breakdown (always empty for WWT records)
datetime
Timestamp when the record was created

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active.

403 Forbidden

Cause: The WWT record belongs to a different organization
Solution: Verify the wwt_id belongs to the organization indicated in x-organization-id.

404 Not Found

Cause: No WWT record exists with that UUID
Solution: Check the wwt_id. You can list all WWT records for a facility using the list endpoint.

List Waste Water Treatments

Retrieve all WWT records for a facility

Delete Waste Water Treatment

Delete a single WWT record by ID