list_namespaces
Retrieve a list of all namespaces (users and groups) accessible to the current user. Supports filtering by search term, ownership, and pagination.
Instructions
List all namespaces (users and groups) available to the current user. Filter by kind='group' for groups only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search term for namespaces | |
| owned | No | Filter for namespaces owned by current user | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |