Skip to main content
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_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 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 found
Solution: Verify the group ID exists using the list endpoint.

403 Forbidden

Cause: Insufficient permissions
Solution: Ensure the group belongs to your organization.

Response Fields

string
Unique identifier for the group
string
Group name
string
Category type: purchases, wastes, or energy
string
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

Update Group

Modify group metadata

Delete Group

Remove group

List Factors

View factors in group

Add Factor

Add factor to group