list_audit_events
Retrieve a record of user modifications to Cognigy.AI resources (flows, intents, endpoints) for compliance and debugging.
Instructions
Lists Cognigy.AI audit events. Audit events track all changes made to resources (flows, intents, endpoints, etc.) by users. Useful for compliance and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of events to return (default: 25, max: 100) | |
| userId | No | Filter audit events by user ID | |
| endDate | No | End date for audit events (ISO 8601 format) | |
| eventType | No | Filter by event type (e.g., 'create', 'update', 'delete') | |
| projectId | No | Filter audit events by project ID | |
| startDate | No | Start date for audit events (ISO 8601 format) | |
| resourceType | No | Filter by resource type (e.g., 'flow', 'intent', 'endpoint') |