coolify_get_logs
Fetch application logs with filters for log level, time range, or text search to quickly diagnose issues without browsing raw output.
Instructions
Retrieve logs for a Coolify application with optional filtering by level, time range, or text search
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Return the most recent logs (tail behavior) | |
| uuid | Yes | UUID of the application | |
| level | No | Minimum log level to include | |
| limit | No | Maximum number of log entries to fetch from the server | |
| since | No | ISO 8601 timestamp - only logs after this time | |
| until | No | ISO 8601 timestamp - only logs before this time | |
| search | No | Text to search for in log messages (case-insensitive) |