Skip to main content
GET
/
api
/
v2
/
engineering-insights
/
repositories
List repositories
curl --request GET \
  --url https://app.launchdarkly.com/api/v2/engineering-insights/repositories \
  --header 'Authorization: <api-key>'
{
  "totalCount": 1,
  "items": [
    {
      "_id": "5f9a9b1a-5b9a-4b9a-9a9a-9a9a9a9a9a9a",
      "version": 1,
      "key": "launchdarkly/LaunchDarkly-Docs",
      "type": "github",
      "url": "https://github.com/launchdarkly/LaunchDarkly-Docs",
      "mainBranch": "main",
      "projects": {
        "totalCount": 123,
        "items": [
          {
            "_id": "57be1db38b75bf0772d11383",
            "_links": {
              "environments": {
                "href": "/api/v2/projects/example-project/environments",
                "type": "application/json"
              },
              "self": {
                "href": "/api/v2/projects/example-project",
                "type": "application/json"
              }
            },
            "key": "project-key-123abc",
            "name": "Example project"
          }
        ],
        "_links": {}
      }
    }
  ],
  "_links": {}
}

Documentation Index

Fetch the complete documentation index at: https://launchdarkly-preview.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Query Parameters

expand
string<string>

Expand properties in response. Options: projects

Response

Repository collection response

totalCount
integer
required

Total number of repositories

Example:

1

items
object[]
required

List of repositories

The location and content type of related resources