For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get links for all projects that have code references.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/code-refs/statistics \
--header 'Authorization: <api-key>'{
"projects": [
{
"href": "/api/v2/code-refs/statistics/example-project-with-code-refs",
"type": "application/json"
}
],
"self": "{\"href\": \"/api/v2/code-refs/statistics\", \"type\": \"application/json\"}"
}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.
Statistic root response
The location and content type of all projects that have code references
Show child attributes
[
{
"href": "/api/v2/code-refs/statistics/example-project-with-code-refs",
"type": "application/json"
}
]
The location and content type for accessing this resource
Show child attributes
"{\"href\": \"/api/v2/code-refs/statistics\", \"type\": \"application/json\"}"
curl --request GET \
--url https://app.launchdarkly.com/api/v2/code-refs/statistics \
--header 'Authorization: <api-key>'{
"projects": [
{
"href": "/api/v2/code-refs/statistics/example-project-with-code-refs",
"type": "application/json"
}
],
"self": "{\"href\": \"/api/v2/code-refs/statistics\", \"type\": \"application/json\"}"
}