List repositories with filtering and pagination options.
content-sources__list_repositoriesList repositories with filters for name, URL, content type, origin, architecture, version, and enabled status. Use pagination to control results.
Instructions
List repositories with filtering and pagination options.
🟢 CALL IMMEDIATELY - No information gathering required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| enabled | No | Filter by enabled status (True/False). | |
| limit | No | Maximum number of repositories to return (default: 10). | |
| offset | No | Number of repositories to skip for pagination (default: 0). | |
| name | No | Filter by repository name (case-insensitive). | |
| url | No | Filter by repository URL (case-insensitive). | |
| content_type | No | Filter by content type (e.g., 'rpm', 'ostree'). | |
| origin | No | Filter by origin (e.g., 'red_hat', 'external'). | |
| arch | No | Filter by architecture (e.g., 'x86_64', 'aarch64'). | |
| version | No | Filter by version (e.g., '8', '9'). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |