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
totalCountandcursorparameters to retrieve additional results. - New:
limitandcursorquery parameters are supported on the list tailnets endpoint. If nolimitis specified, the endpoint returns 100 results per page. Use the returnedcursorvalue as the next request'scursorparameter to retrieve the next page until the returnedcursorvalue is empty.
apipaginationtailnets
Source: original entry ↗