uipath_get_audit_logs
Retrieve audit logs from UiPath Orchestrator to track user actions and timestamps for compliance and debugging.
Instructions
Get audit log entries from UiPath Orchestrator. Tracks who did what and when - useful for compliance and debugging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip (default 0) | |
| limit | No | Maximum items to return (default 50) | |
| action | No | Filter by action type (e.g. 'Create', 'Update', 'Delete') | |
| endTime | No | Filter by end time (ISO 8601) | |
| userName | No | Filter by user name | |
| component | No | Filter by component (e.g. 'Jobs', 'Queues', 'Robots') | |
| startTime | No | Filter by start time (ISO 8601) |