---
title: "List all private locations"
method: GET
path: "/project/{project_id}/private-location"
tags: ["Private Location"]
---

# List all private locations

`GET /project/{project_id}/private-location`

## Response `200`

A list of Private Locations

- object
  - `count` integer, required
  - `items` PrivateLocation[], required
    - `id` string, required — ID of the private location
    - `name` string, required — Name of the private location
    - `ui_name` string, required — UI name of the private location
    - `provider` string, required — Name of the private location
    - `path` string, required — Path of the private location

## Other responses

- `default` — An error response

---

[API](https://skmtc.net/ubicloud/apis/clover-api.md) · [All operations](https://skmtc.net/ubicloud/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ubicloud/clover-api/versions/e8e5db50e9a6/schema)
