LaunchDarkly

List projects

Return a list of projects.

Inputs

Field

Type

Description

limit

number

The number of projects to return in the response.

default: 20

query

[string]

A list of strings that match against the projects' names and keys. It is not case sensitive. It filters the list of projects whose names or keys match all the query strings. Each string cannot contain “,”.

tags

A list of project tags. It filters the list of projects that have all of the tags in the list. Each tag cannot contain “,” or “+”.

Outputs

Expand All

Field

Type

Description

projects [required]

[object]

_links [required]

object

The location and content type of related resources

_id [required]

string

The ID of this project

key [required]

string

The key of this project

includeInSnippetByDefault [required]

boolean

Whether or not flags created in this project are made available to the client-side JavaScript SDK by default

defaultClientSideAvailability

object

usingMobileKey

boolean

usingEnvironmentId

boolean

name [required]

string

A human-friendly name for the project

tags [required]

[string]

A list of tags for the project

environments

object

_links

object

The location and content type of related resources

totalCount

number

The number of environments returned

items

[object]

An array of environments

_links [required]

object

Links to other resources within the API. Includes the URL and content type of those resources

_id [required]

string

key [required]

string

A project-unique key for the new environment.

name [required]

string

A human-friendly name for the new environment.

apiKey [required]

string

API key to use with client-side SDKs.

mobileKey [required]

string

API key to use with mobile SDKs.

color [required]

string

The color used to indicate this environment in the UI.

defaultTtl [required]

number

The default time (in minutes) that the PHP SDK can cache feature flag rules locally.

secureMode [required]

boolean

Ensures that one end user of the client-side SDK cannot inspect the variations for another end user.

defaultTrackEvents [required]

boolean

Enables tracking detailed information for new flags by default.

requireComments [required]

boolean

Whether members who modify flags and segments through the LaunchDarkly user interface are required to add a comment

confirmChanges [required]

boolean

Whether members who modify flags and segments through the LaunchDarkly user interface are required to confirm those changes

tags [required]

[string]

A list of tags for this environment

approvalSettings

object

required [required]

boolean

If approvals are required for this environment.

bypassApprovalsForPendingChanges [required]

boolean

Whether to skip approvals for pending changes

minNumApprovals [required]

number

Sets the amount of approvals required before a member can apply a change. The minimum is one and the maximum is five.

canReviewOwnRequest [required]

boolean

Allow someone who makes an approval request to apply their own change.

canApplyDeclinedChanges [required]

boolean

Allow applying the change as long as at least one person has approved.

serviceKind [required]

string

Which service to use for managing approvals.

serviceConfig [required]

object

requiredApprovalTags [required]

[string]

Require approval only on flags with the provided tags. Otherwise all flags will require approval.