Security Audit
Audit skills let agents retrieve and analyze security audit logs for compliance and monitoring.
security.audit
Retrieve audit logs for a specific time range and user.
{
"skill": "security.audit",
"input": {
"startDate": "2026-01-01",
"endDate": "2026-12-31",
"userId": 1,
"action": "transaction.create"
}
}
Query Parameters
| Parameter | Type | Description |
|---|---|---|
startDate | String | Start date (YYYY-MM-DD) |
endDate | String | End date (YYYY-MM-DD) |
userId | Long | Filter by user ID |
action | String | Filter by action type |
page | Integer | Page number |
pageSize | Integer | Items per page |