uipath_get_jobs
Retrieve UiPath Orchestrator jobs with optional filters by state, process name, or folder ID. Use it to monitor and manage automation job statuses.
Instructions
Get jobs from UiPath Orchestrator with optional filtering by state or process name. Requires folderId for most operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum jobs to return (default 50) | |
| state | No | Filter by job state | |
| folderId | No | Folder ID to filter jobs (required for most operations) | |
| releaseName | No | Filter by release/process name |