uipath_get_robot_logs
Fetch robot logs with optional filters to diagnose automation issues and monitor performance.
Instructions
Get robot logs with optional filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip (default 0) | |
| level | No | Filter by log level | |
| limit | No | Maximum items to return (default 100) | |
| jobKey | No | Filter by job key | |
| endTime | No | Filter by end time (ISO 8601) | |
| folderId | No | Folder ID to filter robot logs | |
| startTime | No | Filter by start time (ISO 8601) |