get_logs
Retrieve logs for a backup operation by its log reference. Cap the returned size to focus on the most recent entries, where errors usually appear.
Instructions
Fetch the log output for an operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The operation's log reference — the "log:" value surfaced by get_operations. | |
| max_bytes | No | Cap on returned text size; when the log is larger, the tail is kept (errors are usually at the end). Default 100000. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||