get_log_file_by_filename
Retrieve a specific Prowlarr log file's contents by providing its filename. Use this to inspect log data from the server.
Instructions
Read LogFile.
GET /api/v1/log/file/{filename}
Args: filename: Path parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |