cloudron_get_logs
Retrieve formatted logs for Cloudron applications or system services with timestamps and severity levels to monitor and troubleshoot self-hosted apps.
Instructions
Get logs for an app or service. Logs are formatted with timestamps and severity levels for readability. Type parameter determines endpoint: "app" calls GET /api/v1/apps/:id/logs, "service" calls GET /api/v1/services/:id/logs.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resourceId | Yes | App ID or service ID to retrieve logs for | |
| type | Yes | Type of resource: "app" for application logs, "service" for system service logs | |
| lines | No | Optional: Number of log lines to retrieve (default 100, max 1000) |