---
title: "Get Organization Scan Configuration"
method: GET
path: "/api/v1/configuration/{orgId}/{configName}"
tags: ["Scan Configuration"]
---

# Get Organization Scan Configuration

`GET /api/v1/configuration/{orgId}/{configName}`

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


> Requires `read:scan_config` permission.

## Path parameters

- `orgId` string, uuid, required
- `configName` 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)
