v1

latestOpenAPI 3.1.02026-07-2296226496.3 KB
Route

Get Route

Retrieve a route by ID, including its stops, travel metrics, and associated orders.

get/v1/routes/{id}

Path parameters

idstring required

Route ID

Route ID

Response

OK

idstring required

Unique identifier for the route.

externalIdstring nullable

External Route ID.

portalUrlstring required

Portal URL of the route.

namestring nullable

Name of the route.

typestring required

Type of the route, indicating the pickup/dropoff structure.

courierIdstring nullable

Courier ID of the driver assigned to the route.

vehicleIdstring nullable

Vehicle ID of the vehicle assigned to the route.

providerNamestring nullable

Name of the delivery provider assigned to this route.

shiftIdstring nullable

Shift ID of the shift assigned to the route.

isDispatchedboolean

Whether the route is dispatched.

jobIdstring nullable

Dispatched Job ID of this route

routeMetadataobject nullable

Additional metadata for the route.

validationErrorsobject nullable

Validation errors for the route.

encodedPolylinestring nullable

Encoded polyline representing the route geometry.

statusstring nullable

Current status of the route.

statusHistoryobject[] nullable

History of status changes for the route.