Get Route
Retrieve one route.
Dark launch: requires the hosted_apis_access entitlement (402 hosted_apis_not_in_plan otherwise).
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Path parameters
Hosted API id (prefixed external id, api_...).
Route id (prefixed external id, route_...).
Headers
Response headers
Response
What answers a route. type selects the fields that apply:
store_query (store_id, collection, where, order_by, limit),
store_document (store_id, collection, document_id),
run_latest (trigger_id of a schedule trigger),
run (trigger_id of a webhook trigger, wait_seconds).
Cache-Control max-age on GET responses; 0 disables caching.