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