Organizations
List an Organization's Repositories
Return a list of version control repositories for a given organization.
get/api/0/organizations/{organization_id_or_slug}/repos/
Path parameters
organization_id_or_slugstring required
The ID or slug of the organization the resource belongs to.
Query parameters
querystring
Filter repositories by name.
status'active' | 'deleted'
Filter repositories by status. Defaults to active.
integration_idstring
Filter repositories by integration ID.
expandstring[]
Optional repository fields to expand, such as settings.
cursorstring
A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.