Get pipeline schedule
get_pipeline_scheduleRetrieve a specific GitLab pipeline schedule by project and schedule ID, returning schedule details without exposing variable values.
Instructions
Get one pipeline schedule without exposing schedule variable values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | Yes | GitLab project ID or full path such as group/project. | |
| pipeline_schedule_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | GitLab response normalized for model use. |