liara_get_logs
Retrieve application logs from Liara cloud platform by specifying app name, time range, and entry limit for monitoring and debugging purposes.
Instructions
Get app logs
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appName | Yes | The name of the app | |
| limit | No | Maximum number of log entries (optional, default: 100) | |
| since | No | ISO timestamp to fetch logs since (optional) | |
| until | No | ISO timestamp to fetch logs until (optional) |