---
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
    - string[]

## Other responses

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

---

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