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.
Authentication
Authorizationstring
API Key authentication via header
Path parameters
projectKey
The project key.
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.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error