Get Waste Water Treatment by ID
Get Waste Water Treatment by ID
Retrieve a single waste water treatment record by its UUID with enriched data
GET
Get Waste Water Treatment by ID
Documentation Index
Fetch the complete documentation index at: https://code.dcycle.io/llms.txt
Use this file to discover all available pages before exploring further.
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
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the waste water treatment recordExample:
550e8400-e29b-41d4-a716-446655440000Response
Unique identifier (UUID) for the WWT record. Use this as
waste_water_treatment_id in DELETE /api/v1/waste_water_treatments/.Always
"waste_water_treatment"Processing status:
uploaded, active, loading, or errorIdentification name or invoice number of the WWT record
Start date of the treatment period
End date of the treatment period
UUID of the facility this WWT belongs to
Volume of water entering treatment, in m³
Volume of water exiting treatment, in m³
Same as
base_quantity — water output volume in m³Mass of sludge produced, in kg
Percentage factor (always
1 for WWT records)CO2 equivalent emissions in kg CO2e. Populated asynchronously after record activation.
Biogenic CO2 emissions in kg CO2e
Unit of measurement (always cubic meters for WWT)
User who uploaded or created the record
UUID of the user who created the record
Internal source record UUID (matches
id for WWT records)Download URL for any linked import file
Projects this WWT record is linked to
Facility distribution breakdown (always empty for WWT records)
Timestamp when the record was created
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The WWT record belongs to a different organizationwwt_id belongs to the organization indicated in x-organization-id.
404 Not Found
Cause: No WWT record exists with that UUIDwwt_id. You can list all WWT records for a facility using the list endpoint.
Related Endpoints
List Waste Water Treatments
Retrieve all WWT records for a facility
Delete Waste Water Treatment
Delete a single WWT record by ID

