list_batch_backups
Retrieve available batch backups from your Obsidian vault to manage and restore multiple notes at once, supporting configurable result limits.
Instructions
List available batch backups
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"default": 10,
"title": "Limit",
"type": "integer"
}
},
"type": "object"
}