list_clients
List clients in a workspace, optionally filtered by name, with pagination support and ability to fetch all clients across pages.
Instructions
List clients on the workspace, optionally filtered by name (paginated). fetch_all=True follows pagination and returns every page concatenated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace_id | No | ||
| name | No | ||
| archived | No | ||
| sort_column | No | ||
| sort_order | No | ||
| page | No | ||
| page_size | No | ||
| fetch_all | No |