v5

latestOpenAPI 3.0.3Apache 2.0raw.githubusercontent.com2026-02-283466592.5 MB
Projects

Get project

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.

get/api/v2/projects/{projectKey}

Path parameters

projectKeystring string required

The project key.

The project key.

Query parameters

expandstring string

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

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

Response

Project response

_linksobject required

The location and content type of related resources

_idstring required

The ID of this project

keystring required

The key of this project

includeInSnippetByDefaultboolean required

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

namestring required

A human-friendly name for the project

tagsstring[] required

A list of tags for the project

defaultReleasePipelineKeystring

The key of the default release pipeline for this project