List dataset items
DatasetItem
List dataset items
Retrieve all coefficient values from all datasets in your organization.
Each item contains:
- Label: Human-readable name (e.g., “US Grid Average”)
- Key: Unique identifier for calculations (e.g., “us_grid_avg”)
- Value: The actual coefficient number (e.g., 0.4085)
- Unit: What it measures (e.g., “kg CO2e/kWh”)
- Metadata: Extra categorization and details
How they’re used: These coefficients convert activity data (like electricity usage) into environmental impacts (like carbon emissions). For example, 100 kWh × 0.4085 kg CO2e/kWh = 40.85 kg CO2e.
GET
List dataset items
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

