Back to GitHub
Connect Knoon AI with GitHub to automate AI workflows.
List repositories visible to the authenticated user.
githubDefaultListRepositories
BETA
Internal
Permissions
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| visibility | string | Optional visibility: all, public, private. | No |
| affiliation | string | Optional affiliation filter. | No |
| sort | string | Optional sort: created, updated, pushed, full_name. | No |
| direction | string | Optional direction: asc or desc. | No |
| perPage | mustache | Optional page size (1-100, default 30). | No |
| page | mustache | Optional page number (default 1). | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | number | Repository ID. |
| name | string | Repository name. |
| fullName | string | owner/repo. |
| private | boolean | Private repository flag. |
| defaultBranch | string | Default branch name. |
| htmlUrl | string | Repository URL. |