---
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-03** (2026-03-10) `cfecd3cfed1d` — 1 breaking
  - the response property `items/value/oneOf[subschema #1]/` became nullable for the status `200`

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

---

[API](https://skmtc.dev/github/apis/rest.md) · [All operations](https://skmtc.dev/github/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/github/rest/revisions/cfecd3cfed1d/schema)
