Get Route Result
Retrieve the result of an async route calculation
GET
/routing/result/{request_id}Retrieve the result of an async route calculation.
Path Parameters
| Parameter | Type | Description |
|---|---|---|
request_id | string | The async request ID from generate/async |
Response Status
| Status | Description |
|---|---|
processing | Route is still being calculated |
success | Route calculation complete |
failed | Route calculation failed |