Get Project Environments

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Returns a list of existing environments for the specified project.

Since: 7.53.1

Security: Requires a Project Admin or a user assigned the Administer the Platform role.

Usage: GET ${baseUrl}/v1/projects/{project_key}/environments

Sample Response:

[
  {
    "name": "<string>"
  },
  {
    "name": "<string>"
  }
]

Status Codes:

Code

Description

200

Fetched

401

Unauthorized

403

Forbidden