Get Jobs
get_jobsRetrieve workflow execution jobs from Itential Platform to monitor automation status, progress, and results.
Instructions
Get all jobs from Itential Platform.
Jobs represent workflow execution instances that track the status, progress, and results of automated tasks. They provide visibility into workflow execution and enable monitoring of automation operations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Workflow name used to filter the results | |
| project | No | Project name used to filter the results |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Response model for job collection endpoints. This root model wraps a list of job elements, providing a standardized response format for API endpoints that return multiple jobs from the operations manager. Attributes: root: A list of JobElement objects representing all available jobs on the platform. |