list_commit_statuses
Retrieve and filter commit statuses by project ID and commit SHA. Supports filtering by ref, stage, name, pipeline ID, and pagination.
Instructions
List statuses for a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| sha | Yes | The commit hash or name of a repository branch or tag | |
| ref | No | Filter statuses by Git ref | |
| stage | No | Filter statuses by build stage | |
| name | No | Filter statuses by status name or context | |
| pipeline_id | No | Filter statuses by pipeline ID | |
| order_by | No | Field to order statuses by | |
| sort | No | Sort direction | |
| all | No | Return all statuses, not only latest ones | |
| page | No | Page number for pagination (default: 1) | |
| per_page | No | Number of items per page (max: 100, default: 20) |