---
title: "Create an evaluation request for this policy."
method: POST
path: "/orgs/{org}/license-policy/{policy_slug_perm}/evaluation/"
tags: ["orgs"]
---

# Create an evaluation request for this policy.

`POST /orgs/{org}/license-policy/{policy_slug_perm}/evaluation/`

Create an evaluation request for this policy.

## Request body

- PackageLicensePolicyEvaluationRequestRequest

## Response `201`

Created

- PackageLicensePolicyEvaluationRequest
  - `created_at` string, date-time
  - `evaluation_count` integer
  - `policy` NestedLicensePolicy
    - `allow_unknown_licenses` boolean
    - `created_at` string, date-time
    - `description` string, nullable
    - `name` string
    - `on_violation_quarantine` boolean
    - `package_query_string` string, nullable
    - `slug_perm` string, slug
    - `spdx_identifiers` string[], required
    - `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)
