List Custom Emission Groups
List Custom Emission Groups
Get paginated list of custom emission groups for your organization
GET
List Custom Emission Groups
List Custom Emission Groups
Retrieve all custom emission groups for your organization with pagination support. This endpoint returns groups without their associated emission factors.To get groups with their emission factors included, use the Organization Data endpoint instead.
Request
Headers
string
required
Your API key for authenticationExample:
sk_live_1234567890abcdefstring
required
Your organization UUIDExample:
ff4adcc7-8172-45fe-9cf1-e90a6de53aa9string
required
Your user UUIDExample:
a1b2c3d4-e5f6-7890-abcd-ef1234567890Query Parameters
integer
default:"1"
Page number
integer
default:"50"
Items per page (max: 100)
Response
Example
Use Cases
List All Groups
Get overview of all custom emission groups:Filter by Category
List only groups of a specific category:For server-side category filtering, use the List by Category endpoint instead.
Display in UI
Create a dropdown selector for groups:Pagination Example
Handle large numbers of groups:Response Fields
string
Unique identifier for the group
string
Group name
string
Category type:
purchases, wastes, or energystring
Detailed description of the group
integer
GHG origin type:
1 (fossil), 2 (biogenic), or 3 (mixed)date
Optional validity start date
date
Optional validity end date
string
Optional reference to who created the group
Related Endpoints
Get Group
View group with factors
List by Category
Filter by category
Organization Data
Get groups with factors
Create Group
Add new group