stackyapper_search_audit_events through
the tool catalog and execute it through stackyapper_execute_read_tool. Ask your AI
client to find audit events for a person, app, or date range. The call checks your
current workspace membership and administrator role each time; being connected
to an AI client does not grant audit access.| Filter | Use |
q | Search text, including person name or email, app, tool, client, or event ID; up to 200 characters. |
user_id | Select one recorded person by ID. |
customer_id | Select a managed customer within your authorized scope. Customer admins remain limited to their own workspace. |
from, to | Set the date range; the default is the last 30 days. Retention still limits available records. |
service, tool, client | Filter the app, operation, or recorded client. |
status | success, error, or denied. |
risk_class | read, write, destructive, or credential_sensitive. |
limit | Request 1–50 events per page; the default is 25. |
cursor | Continue using the previous response's pagination.next_cursor. Keep the same filters when continuing. |
12345678{ "tool_name": "stackyapper_search_audit_events", "arguments": { "q": "Alex", "status": "denied", "limit": 25 } }
events, a total_matching count, the
applied date filters, retention details,
and pagination.has_more / pagination.next_cursor. A page is not the whole
history when has_more is true. Arguments, returned app content, raw provider
errors, and IP addresses are excluded. This search does not export audit history
or change the Business CSV export entitlement.
| Label | Meaning |
| PII | Personally identifiable information, such as names, email addresses, or phone numbers. |
| Secrets | Credential-related data, such as passwords, API keys, or tokens. |
| Financial | Financial or billing-related data. |
| Tenant admin | Workspace or tenant administration capabilities. |
| External send | Operations that send information to an external recipient or destination. |
cw_search_members, the current reviewed projection allows only the member
ID, license class, inactive flag, daily capacity, utilization-reporting flag,
and timesheet-entry flag. Its source-response classification includes PII and
secrets; the projection excludes names, contact details, security roles, and
credential fields. This describes the connector contract, not proof of the
payload returned by a historical call.