Tool to export activity events from audit logs to CSV format for compliance and audit purposes. Use when you need to retrieve historical activity data, generate audit reports, or track user actions across workflows. Supports filtering by time range, user, workflow, event types,…
limitintegerMaximum number of activity records to export. If not specified, all matching records are returned.
offsetintegerNumber of records to skip before starting export (for pagination)
userIdstringFilter activity events by specific user ID who triggered the action
endDatestringFilter events up to this date (ISO 8601 format, e.g., 2024-12-31T23:59:59Z)
startDatestringFilter events from this date onwards (ISO 8601 format, e.g., 2024-01-01T00:00:00Z)
eventTypesstringComma-separated list of event types to include (e.g., 'workflow_started,workflow_finished')
interfacesstringComma-separated list of interfaces to filter by (e.g., 'api,ui,webhook')
workflowIdstringFilter activity events by specific workflow ID (UUID format)
relativeTimestringRelative time window counted backwards from now (e.g., '6h' for 6 hours, '1d' for 1 day, '2w' for 2 weeks). Mutually exclusive with startDate/endDate.
resourceTypesstringComma-separated list of resource types to filter by (e.g., 'workflow,user,account')
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.