get_job
Retrieve complete details for a specific job by ID, including all fields from the UiPath Orchestrator API.
Instructions
Get the full details for a specific job by ID (raw API response).
Returns all job fields. If you need to understand why a job failed, use diagnose_job instead — it also fetches error logs and returns a structured summary.
Args: job_id: The ID of the job. folder_name: The display name of the folder containing the job.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | ||
| folder_name | Yes |