Skip to main content
GET
Get Organization Emission Data

Get Organization Emission Data

Retrieve all custom emission groups for an organization with all their emission factors included. This endpoint provides complete emission data in a single request.
This is the most comprehensive endpoint for custom emission data, returning groups with all their factors. Use this for data exports or complete inventory views.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: ff4adcc7-8172-45fe-9cf1-e90a6de53aa9
string
required
Your user UUIDExample: a1b2c3d4-e5f6-7890-abcd-ef1234567890

Path Parameters

string
required
UUID of the organizationExample: "org-uuid-here"

Response

Returns paginated groups with all their emission factors included.

Example

Use Cases

Complete Data Export

Export all custom emission data for reporting:

Inventory Analysis

Analyze all custom emission factors:

Build Factor Selector

Create a comprehensive factor selection UI:

Data Quality Report

Generate quality metrics for custom factors:

Response Fields

integer
Current page number
integer
Items per page
integer
Total number of groups
array
Array of custom emission group objects with their factorsEach group contains:
  • group_name: Name of the group
  • group_id: UUID of the group
  • category: Category type
  • description: Group description
  • group_start_date: Optional validity start
  • group_end_date: Optional validity end
  • ghg_type: GHG origin type (1=fossil, 2=biogenic, 3=mixed)
  • group_uploaded_by: Optional uploader reference
  • emission_factors: Array of emission factor objects (with full details including unit info and gas values)

List Groups

View groups only (no factors)

List by Category

Filter by category

Get Group

View single group

List Factors

List factors in a group