get_log_file_by_filename
Retrieve a specific Sonarr log file by filename to inspect its contents. Use this for troubleshooting by reading the exact log you need.
Instructions
Read LogFile.
GET /api/v3/log/file/{filename}
Args: filename: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |