Admin
Route
List all currently queried subnets
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.
get/api/v1/admin/routes/queried
Response
Success
Example response
[
{
"subnet": "503:5478:df06:d79a::/64",
"expiration": "37"
}
]