List repositories

Get a list of connected repositories. Optionally, you can include branch metadata with the withBranches query parameter. Embed references for the default branch with ReferencesForDefaultBranch. You can also filter the list of code references by project key and flag key.

Authentication

Authorizationstring
API Key authentication via header

Query Parameters

withBranchesstringOptionalformat: "string"
If set to any value, the endpoint returns repositories with associated branch data
withReferencesForDefaultBranchstringOptionalformat: "string"
If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch
projKeystringOptionalformat: "string"
A LaunchDarkly project key. If provided, this filters code reference results to the specified project.
flagKeystringOptionalformat: "string"
If set to any value, the endpoint returns repositories with associated branch data, as well as code references for the default git branch

Response

Repository collection response
itemslist of objects
An array of repositories

Errors