get_pipeline_job
Retrieve a specific GitLab pipeline job's details and log output by providing project and job IDs, with configurable line limit and offset for reading logs.
Instructions
Get details of a GitLab pipeline job number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of lines to return from the end of the log (default: 1000) | |
| job_id | No | The ID of the job | |
| offset | No | Number of lines to skip from the end of the log (default: 0) | |
| project_id | No | Project ID or URL-encoded path |