List repos
List repos
List repos for an organization.
Repos are paginated.
- The response includes pagination information and the list of repos.
- The list of repos is sorted by the repo name.
- Optional filters: name (exact match), provider (VCS provider), and repo_id (external repo ID).
- repo_id is the stronger identifier as names of repos can change. So if repo_id is provided, name is ignored.
Repos are captured when attestations include a reference to a repo. This happens automatically when using Kosli CLI v2.11.35 or higher.
GET
List repos
Documentation Index
Fetch the complete documentation index at: https://kosli-logo-update.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Page number
Required range:
x >= 1Number of repos per page
Required range:
1 <= x <= 50Filter by repo name (exact match). This is ignored if repo_id is provided. Returns empty list if no match.
Filter by VCS provider (e.g. github, gitlab, bitbucket, azure-devops, circleci).
Available options:
github, gitlab, bitbucket, azure-devops, circleci Filter by external repo ID (exact match). Returns empty list if no match.
Last modified on May 21, 2026

