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.

Authentication

Authorizationstring
API Key authentication via header

Query Parameters

repoNamestringOptionalformat: "string"
Filter results to a specific repository
branchNamestringOptionalformat: "string"
Filter results to a specific branch. By default, only the default branch will be queried for extinctions.
projKeystringOptionalformat: "string"
Filter results to a specific project
flagKeystringOptionalformat: "string"
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