Get application logs
get_application_logsRetrieve container log lines from a running application. Specify trailing line count and optional timestamps; returns a clear error if the app is not running.
Instructions
Last lines lines (default 100) of a running application's container logs. Fails with a clear message if the app is not running.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Trailing lines to return. | |
| application | Yes | Application uuid, exact name, or a unique part of its name or domain. | |
| show_timestamps | No | Prefix lines with Docker timestamps. |