List extinctions

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.

Headers

AuthorizationstringRequired

Query parameters

repoNamestringOptional
Filter results to a specific repository
branchNamestringOptional
Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
projKeystringOptional
Filter results to a specific project
flagKeystringOptional
Filter results to a specific flag key
fromlongOptional

Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with to.

tolongOptional

Filter results to a specific timeframe based on commit time, expressed as a Unix epoch time in milliseconds. Must be used with from.

Response

Extinction collection response
itemsmap from strings to lists of objects
An array of extinction events

Errors