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