---
title: "Get all custom property values for an organization"
method: GET
path: "/organizations/{org}/org-properties/values"
tags: ["orgs"]
---

# Get all custom property values for an organization

`GET /organizations/{org}/org-properties/values`

Gets all custom property values that are set for an organization.

The organization must belong to an enterprise.

Access requirements:
- Organization admins
- OAuth tokens and personal access tokens (classic) with the `read:org` scope
- Actors with the organization-level "read custom properties for an organization" fine-grained permission or above

## Path parameters

- `org` 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-2.md) · [All operations](https://skmtc.net/github/apis/github-v3-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/github/github-v3-rest-api-2/versions/8ae6d0c8716e/schema)
