aap_get_recent_activity
Retrieve activity from Ansible Automation Platform to audit changes. Filter by operation, object type, or user for targeted insights.
Instructions
Get recent AAP activity stream (audit trail of changes).
Args: params (GetActivityInput): - limit (int): Number of events to return - operation (Optional[str]): Filter by CRUD operation - object_type (Optional[str]): Filter by resource type - username (Optional[str]): Filter by actor username
Returns: str: JSON with activity events.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |