List Commit Statuses
gitlab_list_commit_statusesRetrieve a list of statuses for a specific commit in a GitLab project, with options to filter by pipeline stage or name and paginate results.
Instructions
List statuses for a commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | ||
| ref | No | ||
| sha | Yes | ||
| name | No | ||
| page | No | ||
| sort | No | ||
| stage | No | ||
| order_by | No | ||
| per_page | No | ||
| project_id | No | ||
| pipeline_id | No |