Environment API
Get all environments in the workspace
get/workspaces/{workspace_domain}/environments
Path parameters
workspace_domainstring required
Example:my-company
The human-readable ID of the workspace
Query parameters
project_namestring
Example:my-project
Project name to filter environments
Response
Example response
{
"name": "staging",
"identifier": "my-staging",
"scope": "PROJECT"
}