List commit statuses
list_commit_statusesRetrieve CI and external status checks for a GitLab commit using its SHA to quickly identify build and pipeline results, aiding in debugging merge request failures.
Instructions
List CI and external status checks attached to a GitLab commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| ref | No | ||
| sha | Yes | Commit SHA or Git ref. | |
| name | No | ||
| page | No | ||
| sort | No | ||
| stage | No | ||
| project | Yes | GitLab project ID or full path such as group/project. | |
| order_by | No | ||
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |