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