Endpoints
Get job status
Check the current status of an optimization job.
Poll this endpoint after submitting a route via POST /planner/v2. Status values:
queued— waiting to be processedrunning— optimization in progresssucceeded— route optimized, retrieve result withGET /planner/optimizations/{optimization_id}/resultnot_drivable— route cannot be completed with the given parametersfailed— an error occurredcanceled— job was canceled
GET
Get job status
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Job identifier returned by POST /planner/v2.
Query Parameters
Tenant ID