---
title: "Get Policy Guard Scope"
method: GET
path: "/v2/policy_guards/scopes/{policy_guard_scope_id}"
tags: ["Policy Guards (EAP)"]
---

# Get Policy Guard Scope

`GET /v2/policy_guards/scopes/{policy_guard_scope_id}`

Get a Policy guard scope.

## Path parameters

- `policy_guard_scope_id` string, required — Either the unique id of the policy_guard_scope, or the URL-friendly key of the policy_guard_scope (i.e: the "slug").

## Response `200`

Successful Response

- PolicyGuardScopeRead
  - `key` string, required — The unique key of the policy guard scope.
  - `id` string, uuid, required — Unique id of the ScopeConfig
  - `organization_id` string, uuid, required — Unique id of the organization that the ScopeConfig belongs to.
  - `policy_guard_scope_details` PolicyGuardScopeDetail[] — list of projects that this policy guard is assigned to.
    - `project_id` string, uuid, required — Unique id of the project that the ScopeConfig belongs to.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/permit/apis/permit-io-api.md) · [All operations](https://skmtc.dev/permit/apis/permit-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/permit/permit-io-api/revisions/13faa12b4692/schema)
