list_workspaces
List CData Arc workspaces with optional filters, sorting, and pagination to locate specific entries.
Instructions
List all workspaces with optional filtering and pagination
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Maximum number of results to return | |
| skip | No | Number of results to skip for pagination | |
| filter | No | OData filter expression (e.g., "Name eq 'MyWorkspace'") | |
| select | No | Comma-separated list of properties to include | |
| orderby | No | Property to order by with ASC/DESC (e.g., "Name ASC") |