Get a single project by key.
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.
The project key.
A comma-separated list of properties that can reveal additional information in the response.
Project response
The location and content type of related resources
The ID of this project
The key of this project
Whether or not flags created in this project are made available to the client-side JavaScript SDK by default
A human-friendly name for the project
Describes which client-side SDKs can use new flags by default
Details on the allowed and denied actions for this project
The key of the default release pipeline for this project
A paginated list of environments for the project. By default this field is omitted unless expanded by the client.