Get Custom Emission Group
Get Custom Emission Group
Retrieve detailed information about a specific custom emission group
GET
Get Custom Emission Group
Get Custom Emission Group
Retrieve complete details of a specific custom emission group by its ID, including metadata about the group.This endpoint returns group metadata only. To get the group with all its emission factors included, use the Organization Data endpoint and filter by group ID.
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-ef1234567890Path Parameters
string
required
UUID of the Custom Emission GroupExample:
"group-uuid-here"Response
Example
Use Cases
Verify Group Details
Check group information before adding factors:Display Group Information
Show group details in a UI:Audit Group Metadata
Check group validity and ownership:Common Errors
404 Not Found
Cause: Custom emission group not found403 Forbidden
Cause: Insufficient permissionsResponse 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 (YYYY-MM-DD)
date
Optional validity end date (YYYY-MM-DD)
string
Optional reference to who created the group
Related Endpoints
Update Group
Modify group metadata
Delete Group
Remove group
List Factors
View factors in group
Add Factor
Add factor to group