list_deployments
List GitLab project deployments with filters for status, environment, ref, and date range. Supports sorting and pagination to find specific deployment records.
Instructions
List deployments in a GitLab project with filtering options
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Filter by ref | |
| sha | No | Filter by commit SHA (if supported by your GitLab version) | |
| page | No | Page number for pagination (default: 1) | |
| sort | No | Sort deployments | |
| status | No | Filter by deployment status | |
| order_by | No | Order deployments by | |
| per_page | No | Number of items per page (max: 100, default: 20) | |
| project_id | No | Project ID or URL-encoded path | |
| environment | No | Filter by environment name | |
| updated_after | No | Return deployments updated after the specified date | |
| updated_before | No | Return deployments updated before the specified date |