Skip to main content
GET
/
teams
/
{id}
/
env-vars
List team environment variables
curl --request GET \
  --url https://bugzy.ai/api/v1/teams/{id}/env-vars \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "name": "BASE_URL",
      "has_value": true,
      "is_secret": true,
      "environment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
    }
  ]
}

Authorizations

Authorization
string
header
required

Project API key (bzy_proj_) for project routes or team API key (bzy_team_) for selected team routes.

Path Parameters

id
string<uuid>
required

Query Parameters

environment
string

Environment slug

environment_id
string<uuid>

Response

200 - application/json

List of team env var names

data
object[]