Skip to main content
GET
Get Historical Emission

Get Historical Emission

Retrieve a single historical emission entry by its UUID.

Request

Headers

string
required
Your API key for authenticationExample: sk_live_1234567890abcdef
string
required
Your organization UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Path Parameters

string
required
UUID of the historical emission entryExample: "a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

Returns the historical emission object with HTTP 200.
string
Historical emission UUID
string
Organization UUID
date
Start date of the emission period (ISO 8601)
date
End date of the emission period (ISO 8601)
integer
GHG scope automatically derived from category (1, 2, or 3)
string
Emission category (e.g. electricity, transport, purchases)
number
Total CO2e emissions in kilograms
string | null
Free text description of the emission entry
string
GHG gas type (e.g. co2e)
integer
GHG type: 0 = fossil, 1 = biomass
boolean
Whether this emission entry is enabled and included in totals
string | null
UUID of the attached evidence file
string | null
URL of the attached evidence file
string | null
Name of the attached evidence file
datetime
Creation timestamp (ISO 8601)
string | null
Last update timestamp (ISO 8601)

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

Cause: The authenticated user is not a member of the organization

404 Not Found

Cause: Historical emission not found

Update

Modify this entry

Delete

Remove this entry