Kvindo™ Cloud Docs
GET /api/v1/<type>/get-by-labels — list and filter resources. Pass a map of label key/values to filter; the values may use * wildcards, and multiple labels are ANDed (a resource must match them all). Omit the labels entirely and it simply lists every resource of that type — this is how you enumerate resources.
Results are paginated: the response carries a pagination.enumeratorId cursor you pass back to fetch the next page, and max_page_size caps at 100. SDK method: get_by_labels(labels, enumerator_id, max_page_size).
Guides
More in this section
Reference