---
title: "Get Projects List for a Global Role"
method: GET
path: "/access/api/v2/projects"
tags: ["Projects"]
---

# Get Projects List for a Global Role

`GET /access/api/v2/projects`

Returns a list of projects where a specific global role is used.

**Availability:** Artifactory 7.117.0+

**Security:** Requires Platform Admin privileges.

## Query parameters

- `role_name` string, required
- `limit` integer
- `descending_order` boolean
- `cursor` string

## Response `200`

Success

- object
  - `projects` object[]
    - `name` string — The project display name
    - `projectKey` string — The project key
  - `cursor` string

## Other responses

- `401` — Bad Credentials - Invalid credentials
- `403` — Permission Denied - Insufficient permissions
- `404` — Not Found - The request payload was not found

---

[API](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api.md) · [All operations](https://skmtc.dev/jfrog/apis/jfrog-platform-projects-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jfrog/jfrog-platform-projects-api/revisions/1c6bb09154a9/schema)
