List application logs
anypoint_list_app_logsRetrieve recent Runtime Manager logs for a Mule app to monitor live activity and debug issues. Uses a rolling buffer; search archived logs for older history.
Instructions
List the latest Runtime Manager logs for a Mule application. This reads the live tail only — a small rolling buffer. For anything older than the buffer, use anypoint_search_archived_logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum log entries, default 100, max 500. | |
| orgId | No | Business group id. Defaults to ANYPOINT_ORG_ID, or the credentials' own organization. | |
| offset | No | Application Manager log offset, default 0. | |
| specId | No | Specific Application Manager deployment spec/config id. | |
| target | No | Log source. Defaults to auto, which tries Application Manager then CloudHub. | |
| appName | Yes | Deployment/application name as shown in Runtime Manager. | |
| endTime | No | Application Manager time filter, ISO 8601. | |
| startTime | No | Application Manager time filter, ISO 8601. | |
| descending | No | Return latest first, default true. | |
| includeRaw | No | Include the raw Anypoint API objects alongside the normalized fields. | |
| deploymentId | No | Use when the app name is ambiguous or already known. | |
| environmentId | No | Environment id. Use instead of environmentName. | |
| includeErrors | No | Include failed target errors when target is auto. | |
| environmentName | No | Environment name, e.g. 'Production'. Resolved to an id, must match exactly one. |