novada_proxy_account_list
List proxy sub-accounts for auditing and credential rotation preparation. Supports filtering by product, status, and account name.
Instructions
List proxy sub-accounts. Wraps developer-api POST /v1/proxy_account/list.
Best for: Auditing sub-accounts, finding account names before rotating credentials. Params: product (REQUIRED — same codes as create), page, limit (max 200), status? ("1"|"-3"), account? (exact-match filter). Wire format: multipart/form-data. Auth: NOVADA_DEVELOPER_API_KEY (falls back to NOVADA_API_KEY).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | REQUIRED. Product type code as string: 1=Residential, 2=Rotating ISP, 3=Rotating Datacenter, 4=Unlimited, 7=Unblocker, 9=Mobile. Must match a product provisioned on the account. | |
| page | Yes | 1-based page index. | |
| limit | Yes | Entries per page, max 200. (API field is `limit`, not `page_size`.) | |
| status | No | Optional filter: "1" = active, "-3" = disabled. Omit for both. | |
| account | No | Optional filter — exact-match account name. (API field is `account`, not `username`.) |