get_ci_catalog_resource
Retrieve GitLab CI/CD Catalog resource details: versions, components, and README. Filter by component name or limit version/component counts.
Instructions
Get details for a GitLab CI/CD Catalog resource, including versions and components
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version_limit | No | Number of versions to include (default: 5, max: 20) | |
| component_limit | No | Number of components per version to include (default: 20, max: 50) | |
| component_name | No | Filter returned components by component name | |
| include_readme | No | Include version README content | |
| id | No | CI/CD Catalog resource global ID. Required when full_path is omitted. | |
| full_path | No | CI/CD Catalog resource full project path. Required when id is omitted. |