---
title: "List organization Scan Policies"
method: GET
path: "/api/v1/policy/{orgId}/list"
tags: ["Scan Policies"]
---

# List organization Scan Policies

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

List the scan policies for this organization.


> Requires `read:policy` permission.

## Path parameters

- `orgId` string, uuid, required

## Query parameters

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

## Response `200`

List of organization scan policy basic information.

- ScanpolicyListOrganizationScanPoliciesResponse — List of organization scan policy basic information.
  - `hasNext` boolean — has a next page of results.
  - `hasPrev` boolean — has a previous page of results.
  - `nextPage` PaginationPage
    - `filters` PaginationFilter[] — Generic filters that each type can define for its needs (isConnected=true, hasMapping=false, etc)
      - `multi` PaginationMultiValue
        - `values` string[] — The values of a given filter to filter on.
      - `name` string — The name of the filter to apply.
      - `value` string — A single value to filter on.
    - `number` integer — The page number to retrieve - 0 based
    - `query` string — The query string to filter the results.
    - `size` integer — the page size to retrieve.
    - `sortOptions` PaginationSortOptions
      - `direction` 'ASC' | 'DESC' | 'UNSORTED' — The direction to sort the results.
      - `field` string — Generic here, each type should define its own Enums + Converters
  - `nextPageToken` string — PageToken to provide for the next page of results.
  - `policies` ScanpolicyOrganizationScanPolicyInfo[] — The list of scan polices
    - `description` string — The description for this policy.
    - `displayName` string — The human readable display name for this policy.
    - `name` string — The referencable unique name of a organizations scan policy.
    - `organizationId` string — The organizationId the scan policy belongs to.
  - `prevPage` PaginationPage
    - `filters` PaginationFilter[] — Generic filters that each type can define for its needs (isConnected=true, hasMapping=false, etc)
      - `multi` PaginationMultiValue
        - `values` string[] — The values of a given filter to filter on.
      - `name` string — The name of the filter to apply.
      - `value` string — A single value to filter on.
    - `number` integer — The page number to retrieve - 0 based
    - `query` string — The query string to filter the results.
    - `size` integer — the page size to retrieve.
    - `sortOptions` PaginationSortOptions
      - `direction` 'ASC' | 'DESC' | 'UNSORTED' — The direction to sort the results.
      - `field` string — Generic here, each type should define its own Enums + Converters
  - `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)
