get_job
Retrieve detailed CI/CD job details by local ID, including status, stage, duration, and runner. Use list_pipeline_jobs to locate job IDs first.
Instructions
Get detailed information about a specific CI/CD job by its local ID. Returns job name, status, stage, duration, and runner info. Use list_pipeline_jobs to find job IDs first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Project owner alias | |
| job_id | Yes | Job local ID | |
| project | Yes | Project alias |