list_commit_statuses
Fetch CI/CD commit statuses from a GitLab project by commit SHA, with filters for ref, stage, pipeline, and pagination to review build results.
Instructions
List statuses for a commit. Use this for a collection of resources; choose the corresponding get tool when you already know the single resource to inspect. It is read-only and does not mutate GitLab data; missing resources, invalid identifiers, insufficient permission, and rate limits are returned as errors. When project_id or group_id is accepted, provide the numeric ID or complete URL-encoded path described by the schema; use required identifiers and pagination fields exactly as documented.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Return all statuses, not only latest ones | |
| ref | No | Filter statuses by Git ref | |
| sha | Yes | The commit hash or name of a repository branch or tag | |
| name | No | Filter statuses by status name or context | |
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort direction | |
| stage | No | Filter statuses by build stage | |
| order_by | No | Field to order statuses by | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| pipeline_id | No | Filter statuses by pipeline ID |