LaunchDarkly
Manage feature flags with LaunchDarkly.
Integrate LaunchDarkly into your workflow. List, create, update, toggle, and delete feature flags. Manage projects, environments, segments, members, and audit logs. Requires API Key.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
name | string | Yes | No description |
key | string | Yes | No description |
description | string | No | No description |
tags | string | No | No description |
temporary | boolean | No | No description |
| Parameter | Type | Description |
|---|
key | string | The unique key of the feature flag |
name | string | The human-readable name of the feature flag |
kind | string | The type of flag (boolean or multivariate) |
description | string | Description of the feature flag |
temporary | boolean | Whether the flag is temporary |
archived | boolean | Whether the flag is archived |
deprecated | boolean | Whether the flag is deprecated |
creationDate | number | Unix timestamp in milliseconds when the flag was created |
tags | array | Tags applied to the flag |
variations | array | The variations for this feature flag |
↳ value | string | The variation value |
↳ name | string | The variation name |
↳ description | string | The variation description |
maintainerId | string | The ID of the member who maintains this flag |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
flagKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
deleted | boolean | Whether the flag was successfully deleted |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
limit | number | No | No description |
spec | string | No | Filter expression (e.g., "resourceType:flag") |
| Parameter | Type | Description |
|---|
entries | array | List of audit log entries |
↳ id | string | The audit log entry ID |
↳ date | number | Unix timestamp in milliseconds |
↳ kind | string | The type of action performed |
↳ name | string | The name of the resource acted on |
↳ description | string | Full description of the action |
↳ shortDescription | string | Short description of the action |
↳ memberEmail | string | Email of the member who performed the action |
↳ targetName | string | Name of the target resource |
↳ targetKind | string | Kind of the target resource |
totalCount | number | Total number of audit log entries |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
flagKey | string | Yes | No description |
environmentKey | string | No | No description |
| Parameter | Type | Description |
|---|
key | string | The unique key of the feature flag |
name | string | The human-readable name of the feature flag |
kind | string | The type of flag (boolean or multivariate) |
description | string | Description of the feature flag |
temporary | boolean | Whether the flag is temporary |
archived | boolean | Whether the flag is archived |
deprecated | boolean | Whether the flag is deprecated |
creationDate | number | Unix timestamp in milliseconds when the flag was created |
tags | array | Tags applied to the flag |
variations | array | The variations for this feature flag |
↳ value | string | The variation value |
↳ name | string | The variation name |
↳ description | string | The variation description |
maintainerId | string | The ID of the member who maintains this flag |
on | boolean | Whether the flag is on in the requested environment (null if no single environment was specified) |
Get the status of a feature flag across environments (active, inactive, launched, etc.).
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
flagKey | string | Yes | No description |
environmentKey | string | Yes | No description |
| Parameter | Type | Description |
|---|
name | string | The flag status (new, active, inactive, launched) |
lastRequested | string | Timestamp of the last evaluation |
defaultVal | string | The default variation value |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
environments | array | List of environments |
↳ id | string | The environment ID |
↳ key | string | The unique environment key |
↳ name | string | The environment name |
↳ color | string | The color assigned to this environment |
↳ apiKey | string | The server-side SDK key for this environment |
↳ mobileKey | string | The mobile SDK key for this environment |
↳ tags | array | Tags applied to the environment |
totalCount | number | Total number of environments |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
environmentKey | string | No | No description |
tag | string | No | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
flags | array | List of feature flags |
↳ key | string | The unique key of the feature flag |
↳ name | string | The human-readable name of the feature flag |
↳ kind | string | The type of flag (boolean or multivariate) |
↳ description | string | Description of the feature flag |
↳ temporary | boolean | Whether the flag is temporary |
↳ archived | boolean | Whether the flag is archived |
↳ deprecated | boolean | Whether the flag is deprecated |
↳ creationDate | number | Unix timestamp in milliseconds when the flag was created |
↳ tags | array | Tags applied to the flag |
↳ variations | array | The variations for this feature flag |
↳ value | string | The variation value |
↳ name | string | The variation name |
↳ description | string | The variation description |
↳ maintainerId | string | The ID of the member who maintains this flag |
totalCount | number | Total number of flags |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
members | array | List of account members |
↳ id | string | The member ID |
↳ email | string | The member email address |
↳ firstName | string | The member first name |
↳ lastName | string | The member last name |
↳ role | string | The member role (reader, writer, admin, owner) |
↳ lastSeen | number | Unix timestamp of last activity |
↳ creationDate | number | Unix timestamp when the member was created |
↳ verified | boolean | Whether the member email is verified |
totalCount | number | Total number of members |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
projects | array | List of projects |
↳ id | string | The project ID |
↳ key | string | The unique project key |
↳ name | string | The project name |
↳ tags | array | Tags applied to the project |
totalCount | number | Total number of projects |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
environmentKey | string | Yes | No description |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
segments | array | List of user segments |
↳ key | string | The unique segment key |
↳ name | string | The segment name |
↳ description | string | The segment description |
↳ tags | array | Tags applied to the segment |
↳ creationDate | number | Unix timestamp in milliseconds when the segment was created |
↳ unbounded | boolean | Whether this is an unbounded (big) segment |
↳ included | array | User keys explicitly included in the segment |
↳ excluded | array | User keys explicitly excluded from the segment |
totalCount | number | Total number of segments |
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
flagKey | string | Yes | No description |
environmentKey | string | Yes | No description |
enabled | boolean | Yes | No description |
| Parameter | Type | Description |
|---|
key | string | The unique key of the feature flag |
name | string | The human-readable name of the feature flag |
kind | string | The type of flag (boolean or multivariate) |
description | string | Description of the feature flag |
temporary | boolean | Whether the flag is temporary |
archived | boolean | Whether the flag is archived |
deprecated | boolean | Whether the flag is deprecated |
creationDate | number | Unix timestamp in milliseconds when the flag was created |
tags | array | Tags applied to the flag |
variations | array | The variations for this feature flag |
↳ value | string | The variation value |
↳ name | string | The variation name |
↳ description | string | The variation description |
maintainerId | string | The ID of the member who maintains this flag |
on | boolean | Whether the flag is now on in the target environment |
Update a feature flag metadata (name, description, tags, temporary, archived) using semantic patch.
| Parameter | Type | Required | Description |
|---|
apiKey | string | Yes | No description |
projectKey | string | Yes | No description |
flagKey | string | Yes | No description |
updateName | string | No | No description |
updateDescription | string | No | No description |
addTags | string | No | No description |
removeTags | string | No | No description |
archive | boolean | No | No description |
comment | string | No | No description |
| Parameter | Type | Description |
|---|
key | string | The unique key of the feature flag |
name | string | The human-readable name of the feature flag |
kind | string | The type of flag (boolean or multivariate) |
description | string | Description of the feature flag |
temporary | boolean | Whether the flag is temporary |
archived | boolean | Whether the flag is archived |
deprecated | boolean | Whether the flag is deprecated |
creationDate | number | Unix timestamp in milliseconds when the flag was created |
tags | array | Tags applied to the flag |
variations | array | The variations for this feature flag |
↳ value | string | The variation value |
↳ name | string | The variation name |
↳ description | string | The variation description |
maintainerId | string | The ID of the member who maintains this flag |