---
title: "List custom property values for organization repositories"
method: GET
path: "/orgs/{org}/properties/values"
tags: ["orgs"]
---

# List custom property values for organization repositories

`GET /orgs/{org}/properties/values`

Lists organization repositories with all of their custom property values.
Organization members can read these properties.

## Path parameters

- `org` string, required

## Query parameters

- `per_page` integer
- `page` integer
- `repository_query` string

## Response `200`

Response

- OrgRepoCustomPropertyValues[]
  - `repository_id` integer, required
  - `repository_name` string, required
  - `repository_full_name` string, required
  - `properties` CustomPropertyValue[], required — List of custom property names and associated values
    - `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-3.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-3/versions/dc0584ac4e13/schema)
