Process status (id)

Returns the current status of an asynchroneous routing process. It can be used for polling the progress of a routes calculation. An initial process needs to be started beforehand via POST calcroute/optimized/timewindow or (for Excel uploads) POST /upload/{routingtype}. The returned process ID is used for identifying this process. The attribute {state} indicates if an optimization is still running ('PENDING'), successfully finished ('SUCCESS') or failed ('FAILURE').

Path Params
string
required

ID of the upload process which was initially started via POST /upload/{process_id}.

Query Params
string
enum
Defaults to none

Indicates if payload data (i.e. route and location/delivery details of routing result) should be provided in response. It is NOT recommended to use anything else than 'none' in production because of a high load of frequent data transmissions.

Allowed:
Responses

Language
Credentials
Header
Response
Choose an example:
application/json