List virtual accounts
List virtual accounts accessible to the current user.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Number of items per page
1 <= x <= 100010
Number of items to skip
x >= 00
Return virtual accounts with names that contain this string.
"staging-bot"
Comma-separated team names. Return virtual accounts owned by these teams.
"ml-team,infra-team"
Filter by expiration status. true = expired only, false = not expired only.
JSON string: structured filter tree (AND/OR groups, column leaves on name, json_map leaves on manifest.tags).
"{\"type\":\"AND\",\"children\":[{\"column\":\"name\",\"op\":\"STRING_CONTAINS\",\"value\":\"bot\"}]}"