Generate Report
Generate Report
Generate an ISO 14083 emissions report for a specified period
GET
Generate Report
Generate ISO 14083 Report
Generate a complete logistics emissions report following ISO 14083 methodology. Includes aggregated KPIs, breakdowns by transport category, fleet-type analysis, and electrification savings.New API: This endpoint is part of the new API architecture with improved design and maintainability. It automatically detects whether to use packages (new API) or requests (legacy API) based on your data.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
Period start date (format: YYYY-MM-DD)Example:
2025-01-01Period end date (format: YYYY-MM-DD)Example:
2025-12-31Filter by client identifier (optional)Example:
AMAZONResponse
Client filter applied (null if not filtered)
Breakdown by transport category
Breakdown by fleet type — cross-tabulation of ownership (own vs third-party) and energy type (conventional, electrified, renewable)
Electrification savings analysis comparing actual electric trip emissions vs hypothetical diesel equivalent.
null when no electric trips exist in the period.Source of data:
packages (new API) or requests (legacy API)Methodology used (always “ISO 14083”)
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Organization not foundx-organization-id header contains a valid organization UUID.
422 Validation Error
Cause: Invalid date formatYYYY-MM-DD format (for example: 2025-01-01)
Use Cases
Annual Report
Generate the complete annual report for sustainability audits:Monthly Comparison
Compare emissions month by month:Compare Clients
Compare emissions across different clients:Fleet & Electrification Analysis
Analyze fleet composition and electrification impact:Data Source Detection
The endpoint automatically detects which data source to use:Packages (New API)
Used when you have data created via
POST /v1/logistics/requests with package tracking.- Aggregates from
logistic_packagestable - Pre-calculated CO2e per package
data_source: "packages"
Requests (Legacy API)
Used when you have data from the legacy logistics API.
- Aggregates from
logistic_requeststable - CO2e calculated on-the-fly (tkm * emission factor)
data_source: "requests"
ISO 14083 Compliance
This report complies with ISO 14083:2023 standard requirements:- WTW (Well-to-Wheel) Emissions - Includes complete fuel cycle emissions
- Transport Mode Breakdown - Clear separation by transport category
- Traceability - Each emission is linked to specific packages/shipments
- Documented Methodology - Transparent emission factors and calculations
- Temporal Aggregation - Reports by defined periods
Related Endpoints
List Clients
Get available clients for filtering
Get Packages
View individual packages
Create Request
Create new logistics requests
Get Vehicle Types
View available vehicle types and emission factors

