Get Docker container logs
unraid_get_docker_logsRetrieve timestamped logs from any Unraid Docker container. Use the returned cursor to paginate through older logs.
Instructions
Get timestamped logs for one Unraid Docker container. Use the returned cursor as since for the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Container ID returned by unraid_list_docker_containers | |
| tail | No | Maximum recent lines | |
| since | No | Optional DateTime cursor returned by an earlier log request |