Export Detailed Report
Export Detailed Report
Queue an async, line-level (row-per-leg) logistics export emailed as a download link
GET
Export Detailed Report
Export Detailed Report
Queue an asynchronous line-level logistics export — one row per request leg, including company name, movement/leg/package IDs, origin/destination, distance, load, tkm, vehicle type and kgCO2e. UnlikeGET /report, which returns an aggregated ISO 14083 summary inline, this endpoint streams the full detail and is built to scale to organizations with millions of requests. It returns 202 immediately; a background worker generates the file and emails a download link (valid 7 days) when ready.
Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faQuery Parameters
Period start date as a Unix timestamp (seconds)Example:
1735689600Period end date as a Unix timestamp (seconds). Must be after
start_date. Multi-year ranges are allowed.Example: 1767139200Client name(s) to include. Omit to export the whole organization (all clients).
If
true, generate one file per client (selected, or all) bundled into a single ZIP.Output file format:
excel, csv, or json. Large csv/json exports arrive inside a .zip; Excel is refused above ~5M rows — use csv for very large windows.Language for the column headers:
es or en.Filter the export by project UUID
Response (202 Accepted)
UUID of the processing job for tracking progress
Confirmation message
Example
Successful Response
Common Errors
401 Unauthorized
Cause: Missing or invalid API key404 Not Found
Cause: Organization not found422 Unprocessable Entity
Cause: Invalid or inverted date rangestart_date/end_date as Unix timestamps in seconds, with end_date after start_date.
Related Endpoints
Generate Report
Get the aggregated ISO 14083 summary inline
List Clients
Get available clients for filtering

