---
title: "Get immutable releases settings for an organization"
method: GET
path: "/orgs/{org}/settings/immutable-releases"
tags: ["orgs"]
---

# Get immutable releases settings for an organization

`GET /orgs/{org}/settings/immutable-releases`

Gets the immutable releases policy for repositories in an organization.

OAuth tokens and personal access tokens (classic) need the `admin:org` scope to use this endpoint.

## Path parameters

- `org` string, required

## Response `200`

Immutable releases settings response

- ImmutableReleasesOrganizationSettings — Check immutable releases settings for an organization.
  - `enforced_repositories` 'all' | 'none' | 'selected', required — The policy that controls how immutable releases are enforced in the organization.
  - `selected_repositories_url` string — The API URL to use to get or set the selected repositories for immutable releases enforcement, when `enforced_repositories` is set to `selected`.

---

[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)
