tailscale_list_org_tailnets
List all tailnets in your organization, including API-only tailnets. Supports pagination via cursor for large result sets.
Instructions
List the tailnets in your organization, including API-only tailnets created via the API. Paginated: returns at most limit results (Tailscale defaults to 100) plus a cursor. Pass that cursor back to fetch the next page; an empty cursor in the response means you have reached the end. Requires OAuth authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max tailnets to return in this page. Omit to use Tailscale's default of 100. | |
| cursor | No | Pagination cursor from a previous response. Omit for the first page. | |
| organization | No | Organization ID. Defaults to '-' (the organization owning the calling credentials). |