roles_list_role_pipelines
List all pipelines and their visibility status for a specific role. Use to audit which pipelines are visible or hidden for a role.
Instructions
List pipeline visibility for a role.
Returns all pipelines and their visibility status for a specific role. For more information on pipeline visibility, please refer to the Visibility groups article.
Workflow tips:
Shows which pipelines are visible/hidden for the role
Use visible parameter to filter only visible pipelines
Useful for managing pipeline access by role
Cached for 15 minutes
Common use cases:
List all pipelines for role: { "id": 123 }
List only visible pipelines: { "id": 123, "visible": true }
Audit pipeline visibility settings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the role | |
| visible | No | Whether to fetch only visible pipelines |