---
title: "Get Organization Scan Policy"
method: GET
path: "/api/v1/policy/{orgId}/{policyName}"
tags: ["Scan Policies"]
---

# Get Organization Scan Policy

`GET /api/v1/policy/{orgId}/{policyName}`

Get the organization scan policy with the given name for this organization.


> Requires `read:policy` permission.

## Path parameters

- `orgId` string, uuid, required
- `policyName` string, required

## Response `200`

OK

- ConfigurationGetHostedAssetResponse
  - `headers` string
  - `method` string
  - `presignedDownloadUrl` string

## Other responses

- `401` — Unauthorized

---

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