---
title: "List all currently queried subnets"
method: GET
path: "/api/v1/admin/routes/queried"
tags: ["Admin", "Route"]
---

# List all currently queried subnets

`GET /api/v1/admin/routes/queried`

List all currently queried subnets in the system, and the amount of seconds until the query expires.
These subnets are actively being probed in the network. If no route to them is discovered before the query expires,
queued packets will be dropped and a new query can be started.

## Response `200`

Success

- QueriedSubnet[]
  - `subnet` string — The overlay subnet which we are currently querying
  - `expiration` string — The amount of seconds until the query expires

---

[API](https://skmtc.net/threefoldtech/apis/mycelium-management.md) · [All operations](https://skmtc.net/threefoldtech/apis/mycelium-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/threefoldtech/mycelium-management/versions/65042c1a7b84/schema)
