For the complete documentation index, see llms.txt. For the full documentation snapshot, see llms-full.txt.
Get a list of all extinctions. LaunchDarkly creates an extinction event after you remove all code references to a flag. To learn more, read About extinction events.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/code-refs/extinctions \
--header 'Authorization: <api-key>'{
"_links": {},
"items": {}
}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.
Filter results to a specific repository
Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
Filter results to a specific project
Filter results to a specific flag key
Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with to.
Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with from.
curl --request GET \
--url https://app.launchdarkly.com/api/v2/code-refs/extinctions \
--header 'Authorization: <api-key>'{
"_links": {},
"items": {}
}