List routes
Return every routing rule belonging to the authenticated organisation, sorted by priority descending.
GET
/v1/routes
Preview
https://api.routeur.ai
Query parameters
enabled
boolean
optional
Restrict the result to only enabled (or only disabled) rules.
limit
integer
optional ยท default 50, max 200
Maximum number of rules to return.
Returns
An object with data (array of Route objects) and has_more (boolean).