query_jobs
Retrieve jobs linked to a changelist or get details of a specific job. Define action and provide required IDs to access job information.
Instructions
Get jobs from changelist and get job details (READ permission)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Job query action: list_jobs returns jobs linked to changelist, get_job retrieves specific job details | |
| job_id | No | Job ID - required for get_job action | |
| max_results | No | Maximum number of results to return | |
| changelist_id | No | Changelist ID - required for list_jobs action |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||