checkOptimization
Check the status and results of a route optimization job. Returns the optimized route when complete. Authenticate with either (otpCode + otpEmail) or mroApiKey.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| otpCode | No | 6-digit one-time code (required if mroApiKey is not provided) | |
| jobToken | Yes | Job token returned from startOptimization | |
| otpEmail | No | Email address (required if mroApiKey is not provided) | |
| mroApiKey | No | MyRouteOnline API key (alternative to otpCode + otpEmail, obtained from MyRouteOnline support) |