Get project

GET
/api/v2/projects/:projectKey

Get a single project by key.

Expanding the project response

LaunchDarkly supports one field for expanding the “Get project” response. By default, these fields are not included in the response.

To expand the response, append the expand query parameter and add a comma-separated list with any of the following fields:

  • environments includes a paginated list of the project environments.

For example, expand=environments includes the environments field for the project in the response.

Path parameters

projectKeystringRequired

The project key.

Query parameters

expandstringOptional

A comma-separated list of properties that can reveal additional information in the response.

Response

Project response

_idstring

The ID of this project

keystring

The key of this project

includeInSnippetByDefaultboolean

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

namestring

A human-friendly name for the project

tagslist of strings

A list of tags for the project

defaultClientSideAvailabilityobjectOptional

Describes which client-side SDKs can use new flags by default

_accessobjectOptional

Details on the allowed and denied actions for this project

defaultReleasePipelineKeystringOptional

The key of the default release pipeline for this project

environmentsobjectOptional

A paginated list of environments for the project. By default this field is omitted unless expanded by the client.

Errors

Built with