v1

latestOpenAPI 3.1.02026-07-26157321426.3 KB

Lists environment groups

Lists environment groups. The team-scoped path targets the team in the path; the top-level path targets the caller's organization default team.

get/v1/environment_groups

Response

Example response

{
  "items": [
    {
      "name": "staging"
    }
  ]
}