---
title: "List evaluation requests for this policy."
method: GET
path: "/orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/"
tags: ["orgs"]
---

# List evaluation requests for this policy.

`GET /orgs/{org}/vulnerability-policy/{policy_slug_perm}/evaluation/`

List evaluation requests for this policy.

## Query parameters

- `page` integer
- `page_size` integer

## Response `200`

OK

- PackageVulnerabilityPolicyEvaluationRequest[]
  - `created_at` string, date-time
  - `evaluation_count` integer
  - `policy` NestedVulnerabilityPolicy
    - `allow_unknown_severity` boolean — Denotes whether vulnerabilities detected by a security scan with an unknown severity are permitted by this policy.
    - `created_at` string, date-time
    - `description` string, nullable
    - `min_severity` 'Low' | 'Medium' | 'High' | 'Critical'
    - `name` string
    - `on_violation_quarantine` boolean
    - `package_query_string` string, nullable
    - `slug_perm` string, slug
    - `updated_at` string, date-time
    - `url` string, uri
  - `slug_perm` string, slug
  - `status` 'Pending' | 'In Progress' | 'Complete' | 'Cancelled' | 'Errored'
  - `updated_at` string, date-time
  - `violation_count` integer

## Other responses

- `400` — Request could not be processed (see detail).
- `422` — Missing or invalid parameters (see detail).

---

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