Get Route
Routes
Get Route
Retrieve a route resource by its ID.
GET
Get Route
Completed routes are cached for 6 hours, then expire. Use
DELETE to remove them earlier if needed.Path Parameters
The unique route resource ID (prefixed with route_)
Example:
"route_01HYX3MPK5XJQJG0NB0PRSDVWC"
Response
Route resource found
A route resource. Used by the /v1/routes endpoint family.
Unique route ID (prefixed with route_)
Example:
"route_01HYX3MPK5XJQJG0NB0PRSDVWC"
Object type (always route)
Available options:
route Current status of the route computation.
processing- route is still being computed (routes array is empty)complete- route computation finished (routes array is populated)failed- route computation failed (error object is populated)
Available options:
processing, complete, failed ISO 8601 UTC timestamp of creation
Example:
"2026-02-28T15:12:32Z"
Computed routes (empty while processing)
Error details (populated when status is failed)