session_list
List the newest Veeam backup sessions with details like state and result, and see if older sessions exist beyond the returned window.
Instructions
[READ] The newest sessions with id, name, type, state, result, newest first.
Returns {"sessions": [...], "returned", "limit", "truncated", "order"}. truncated=true means older sessions exist beyond this window.
Args: limit: Sessions to return, 1-1000 (default 100). target: Veeam target name from config; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| target | No |