Skip to main content
GET
Get Logistics Requests

Get Logistics Requests

Retrieve logistics requests created by your organization with pagination and filtering support.
New API: This endpoint is part of the new API architecture with improved design and maintainability.

Example

Successful Response

Use Cases

List All Logistics Requests

Retrieve every page of logistics requests:

Filter by Project and Date

Scope logistics requests to a project and shipment date range:

Export to CSV

Export the current filtered page to a CSV file:

Common Errors

401 Unauthorized

Cause: Missing or invalid API key

403 Forbidden

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

Create Logistics Request

Calculate emissions for a new leg

Get Packages

Retrieve all packages with aggregated emissions

Get Package by ID

Get a package with all its legs

Get Available Vehicle Types

Retrieve all available TOCs

Authentication Guide

Learn how to get your API key

Authorizations

x-api-key
string
header
required

Headers

x-api-key
string
x-organization-id
string<uuid>
required

Query Parameters

page
integer
default:1
Required range: x >= 1
size
integer
default:10
Required range: 1 <= x <= 500
project_id
string<uuid>

Search across movement ID and stretch ID

clients[]
string[]

Filter by client name(s)

trip_date_from
string

Filter by trip date >= (YYYY-MM-DD)

trip_date_until
string

Filter by trip date <= (YYYY-MM-DD)

vehicle_type[]
string[]

Filter by vehicle type(s)

trip_status
string

Filter by trip status

uploaded_by[]
string<uuid>[]

Filter by uploader user ID(s)

file_id[]
string<uuid>[]

Filter by file ID(s)

created_at_from
string

Filter by created_at >= (YYYY-MM-DD)

created_at_to
string

Filter by created_at <= (YYYY-MM-DD)

Response

Successful Response

Response schema for paginated logistics requests.

page
integer
required

Current page number

Example:

1

size
integer
required

Number of items per page

Example:

50

total
integer
required

Total number of items

Example:

100

items
GetLogisticsRequestOut · object[]
required

List of logistics requests

filter_hash
string

Hash of the applied filters