Namespaces
Get list of all namespaces
Get a list of all namespaces in a serverless index.
Up to 100 namespaces are returned at a time by default, in sorted order (bitwise “C” collation). If the limit
parameter is set, up to that number of namespaces are returned instead. Whenever there are additional namespaces to return, the response also includes a pagination_token
that you can use to get the next batch of namespaces. When the response does not include a pagination_token
, there are no more namespaces to return.
GET
Authorizations
Query Parameters
Max number namespaces to return per page.
Pagination token to continue a previous listing operation.
Was this page helpful?