describe_job
Retrieve comprehensive details about a specific job from Itential Platform, including its status, tasks, metrics, and results.
Instructions
Get detailed information about a specific job from Itential Platform.
Jobs are created automatically when workflows are executed and contain comprehensive information about the workflow execution including status, tasks, metrics, and results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes | The ID used to retrieve the job |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _id | Yes | Unique job identifier | |
| name | Yes | Job name | |
| type | Yes | Job type (automation, resource:action, resource:compliance) | |
| tasks | Yes | Complete set of tasks executed | |
| status | Yes | Current job status (error, complete, running, canceled, incomplete, paused) | |
| metrics | Yes | Job execution metrics including start time, end time, and account | |
| updated | Yes | Last update timestamp | |
| variables | No | Job variable outputs produced during workflow execution | |
| description | No | Job description |