You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
APISIX supports querying routes and stream routes by `service_id` and `upstream_id`. Other resources or fields are not currently supported.
288
+
289
+
:::
290
+
291
+
When getting a list of resources, it supports a `filter` for filtering resources by filters.
292
+
293
+
It is encoded in the following manner.
294
+
295
+
```text
296
+
filter=escape_uri(key1=value1&key2=value2)
297
+
```
298
+
299
+
The following example filters routes using `service_id`. Applying multiple filters simultaneously will return results that match all filter conditions.
[Routes](./terminology/route.md) match the client's request based on defined rules, loads and executes the corresponding [plugins](#plugin), and forwards the request to the specified [Upstream](#upstream).
0 commit comments