kaiten_list_audit_logs
List and filter Kaiten audit logs by category, action, and date range to trace company user and system activity.
Instructions
List Kaiten audit logs for the company. Supports filtering by category, action, and date range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End of date range filter (ISO 8601 datetime, e.g. '2025-12-31T23:59:59Z'). | |
| from | No | Start of date range filter (ISO 8601 datetime, e.g. '2025-01-01T00:00:00Z'). | |
| limit | No | Max results (default 100, max 100). | |
| offset | No | Pagination offset. | |
| actions | No | Comma-separated list of actions to filter by. Values: start, stop, sign_in, sign_in_fail, sign_out, request_auth_pin, invite, invite_fail, change_password, request_change_email, change_email, activate, deactivate, change_permissions, change_apps_permissions, grant_access, revoke_access, transfer_ownership, create, delete, add_user, add_admin, admin_add_user, delete_user, delete_admin, admin_delete_user, set_sd_password, change_temporary_sd_password, group_activate, group_deactivate, publish_document, publish_document_group, publish_card, unpublish_document, unpublish_document_group, unpublish_card, share_entity, unshare_entity, public_link, extend_trial | |
| categories | No | Comma-separated list of log categories to filter by. Values: app, auth, user_management, group_management, user_profile, service_desk, publication, import, company_profile |