List repositories

Get a list of repositories ### Expanding the repository collection response LaunchDarkly supports expanding the repository collection response to include additional fields. To expand the response, append the `expand` query parameter and include the following: * `projects` includes details on all of the LaunchDarkly projects associated with each repository For example, use `?expand=projects` to include the `projects` field in the response. By default, this field is **not** included in the response.

Authentication

Authorizationstring
API Key authentication via header

Query parameters

expandstringOptionalformat: "string"

Expand properties in response. Options: projects

Response

Repository collection response
totalCountinteger
Total number of repositories
itemslist of objects
List of repositories

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error