get_pipeline_fingerprints
Retrieve unique pipeline fingerprints for specific repositories to track CI/CD pipeline execution history and identify changes over time.
Instructions
Get unique pipeline fingerprints for specific repositories/services
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repositories | Yes | List of repository names to get fingerprints for | |
| pipeline_name | No | Filter by specific pipeline name | |
| days_back | No | Number of days to look back (default: 90) | |
| limit | No | Maximum number of pipeline events per repository (default: 100) | |
| cursor | No | Pagination cursor from previous response (for getting next page) |