list_vault_entries
List vault entries with filtering and pagination. Use OData filters to find specific items like passwords or names, and control result size with top and skip parameters.
Instructions
List vault entries 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 'MySecret'" or "Type eq 'Password'") | |
| select | No | Comma-separated list of properties to include (e.g., 'Id,Name,Type') | |
| orderby | No | Order results by property (e.g., 'Name ASC' or 'Id DESC') |