get_server_log
Retrieve trailing lines from the Tdarr server log to diagnose errors and monitor performance. Specify line count or use 0 for the full log.
Instructions
Get the Tdarr Server log as plain text (GET /api/v2/get-server-log). Returns the trailing lines only (default 100) — the full log can be very large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Number of trailing lines to return (default 100; use 0 for the full log) |