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

# List Organization Scan Configuration

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

List the HawkScan configurations for this organization.


> Requires `read:scan_config` permission.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

- `pageSize` integer
- `pageToken` integer
- `sortField` 'name'
- `sortDir` 'asc' | 'desc'
- `page` string
- `query` string

## Response `200`

List of organization scan configurations.

- ConfigurationListOrganizationScanConfigurationsResponse — List of organization scan configurations.
  - `configs` ConfigurationOrganizationScanConfigurationInfo[] — The list of organization scan configurations.
    - `description` string — The description for this scan configuration.
    - `name` string — The referencable unique name for this organization scan configuration.
    - `organizationId` string — The organizationId the scan configuration belongs to.
  - `hasNext` boolean — Has a next page of results.
  - `hasPrev` boolean — Has a previous page of results.
  - `nextPageToken` string — PageToken to provide for the next page of results.
  - `prevPageToken` string — PageToken to provide for the previous page of results.
  - `totalCount` integer — Total number of results.

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/stackhawk/apis/stackhawk-public-api.md) · [All operations](https://skmtc.dev/stackhawk/apis/stackhawk-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stackhawk/stackhawk-public-api/revisions/8252990ac9eb/schema)
