v1

latestOpenAPI 3.0.22026-07-26207170320.9 KB
Services - Routes

List redirect/rewrite rules

List a particular service's redirect/rewrite rules that match the provided filters. If no filters are provided, all rules for the service are returned.

get/services/{serviceId}/routes

Query parameters

typestring[]

Filter for the type of route rule

sourcestring[]

Filter for the source path of the route

destinationstring[]

Filter for the destination path of the route

cursorstring

The position in the result list to start from when fetching paginated results. For details, see Pagination.

limitinteger

Defaults to 20

The maximum number of items to return. For details, see Pagination.

Response

OK

cursorstring required