List All Orders

Retrieve all orders with full details. Optional filter by lane ID.

Endpoint

GET {base url}/api/v1/orders/detailed-orders/

Authentication Requirements

Requires a valid API key. See API Authentication.

Query Parameters

Parameter

Type

Description

lane_id

Integer

Optional. Limit results to a specific lane.

Success Response (200 OK)

Returns an array of order objects. Each object matches the structure in Get Order by ID.

Error Responses

403 Forbidden — No permission to view orders.