Skip to main content
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

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

Query Parameters

string
required
Period start date (format: YYYY-MM-DD)Example: 2025-01-01
string
required
Period end date (format: YYYY-MM-DD)Example: 2025-12-31
string
Filter by client identifier (optional)Example: AMAZON
uuid
Filter the report by project UUIDExample: a8315ef3-dd50-43f8-b7ce-d839e68d51fa

Response

string
Client filter applied (null if not filtered)
object
object
array
Breakdown by transport category
array
Breakdown by fleet type — cross-tabulation of ownership (own vs third-party) and energy type (conventional, electrified, renewable)
object
Electrification savings analysis comparing actual electric trip emissions vs hypothetical diesel equivalent. null when no electric trips exist in the period.
string
Source of data: packages (new API) or requests (legacy API)
string
Methodology used (always “ISO 14083”)

Example

Successful Response

Common Errors

401 Unauthorized

Cause: Missing or invalid API key
Solution: Verify your API key is valid and active.

404 Not Found

Cause: Organization not found
Solution: Verify that the x-organization-id header contains a valid organization UUID.

422 Validation Error

Cause: Invalid date format
Solution: Use the YYYY-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_packages table
  • Pre-calculated CO2e per package
  • data_source: "packages"

Requests (Legacy API)

Used when you have data from the legacy logistics API.
  • Aggregates from logistic_requests table
  • 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

Export Detailed Report

Queue an async, line-level export emailed as a download link

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