Get Project

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the desired project.

Since: 7.17.4

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

Usage: GET ${baseUrl}/access/api/v1/projects/{project_key}

Produces: application/json; charset=UTF-8

Header parameter: Authorization: Bearer

Parameters:

Name

Description

project_key *

string

(path)

The project key

Sample Response:

{
  "display_name": "artifactory",
  "description": "The binary repository manager",
  "admin_privileges": {
    "manage_members": true,
    "manage_resources": true
  },
  "storage_quota_bytes": 0,
  "soft_limit": false,
  "storage_quota_email_notification": true
  "project_key": "string"
}