megachangelog
Feature

Tailnet list API pagination

The list tailnets endpoint now supports pagination with limit and cursor query parameters, defaulting to 100 results per page. Organizations with more than 100 tailnets can use the returned cursor value to retrieve additional results.

  • Changed: The list tailnets endpoint paginates results. By default, organizations with more than 100 tailnets now receive only the first 100 results, with totalCount and cursor parameters to retrieve additional results.
  • New: limit and cursor query parameters are supported on the list tailnets endpoint. If no limit is specified, the endpoint returns 100 results per page. Use the returned cursor value as the next request's cursor parameter to retrieve the next page until the returned cursor value is empty.
apipaginationtailnets

Source: original entry ↗