v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Gets an environment group by name

Gets a single environment group by name. The team-scoped path targets the team in the path; the top-level path targets the caller's organization default team.

get/v1/teams/{team_id}/environment_groups/{env_name}

Response

namestring required

Name of the environment group, matching the environment name it governs.

team_idstring required

Unique identifier of the team the environment group belongs to.

team_namestring required

Name of the team the environment group belongs to.

Example response

{
  "name": "staging"
}