---
title: "Get all custom property values for a repository"
method: GET
path: "/repos/{owner}/{repo}/properties/values"
tags: ["repos"]
---

# Get all custom property values for a repository

`GET /repos/{owner}/{repo}/properties/values`

Gets all custom property values that are set for a repository.
Users with read access to the repository can use this endpoint.

## Path parameters

- `owner` string, required
- `repo` string, required

## Response `200`

Response

- CustomPropertyValue[]
  - `property_name` string, required — The name of the property
  - `value` union, required — The value assigned to the property
    - string, nullable
    - string[]

## Other responses

- `403` — Forbidden
- `404` — Resource not found

## Changes

- **2026-09-02** `07f1a6af5cf0` — 1 breaking
  - the response property `items/value/oneOf[subschema #1]/` became nullable for the status `200`

[Change history](https://skmtc.dev/github/apis/enterprise-cloud/changes/repos/:owner/:repo/properties/values/get.md)

---

[API](https://skmtc.dev/github/apis/enterprise-cloud.md) · [All operations](https://skmtc.dev/github/apis/enterprise-cloud/llms.txt) · [OpenAPI document](https://skmtc.dev/github/apis/enterprise-cloud/revisions/e9af1ee5b414?raw)
