Get Error Events
appd_get_errorsRetrieve error, exception, and crash events for an AppDynamics application within a specified time window. Returns severity, summary, and affected entity details.
Instructions
Retrieve error and exception events for an application.
Returns ERROR, APPLICATION_ERROR, and APPLICATION_CRASH events from the AppDynamics events API. These represent exceptions, application errors, and crashes detected by the agent.
Args:
application (string|number): App name or ID
durationInMins (number, optional): Lookback in minutes (default: 60)
Returns: Array of error events with severity, summary, timestamp, and affected entity details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application | Yes | Application name or numeric ID. | |
| durationInMins | No | Time range in minutes to look back. Defaults to 60. |