gitlab_get_job
Retrieve a specific GitLab job's details, including status and metadata, by specifying the project (ID or namespace) and job ID.
Instructions
Gets a job (GET /projects/:id/jobs/:job_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| projectId | Yes | Numeric ID or path with namespace, e.g. group/project. |