List repositories

GET
/api/v2/engineering-insights/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.

Query parameters

expandstringOptional

Expand properties in response. Options: projects

Response

Repository collection response

totalCountinteger

Total number of repositories

itemslist of objects

List of repositories

Errors

Built with