---
title: "List all current license policy violations for this Organization."
method: GET
path: "/orgs/{org}/license-policy-violation/"
tags: ["orgs"]
---

# List all current license policy violations for this Organization.

`GET /orgs/{org}/license-policy-violation/`

List all current license policy violations for this Organization.

## Query parameters

- `cursor` string
- `page_size` integer

## Response `200`

OK

- object
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` PackageLicensePolicyViolationLog[], required
    - `event_at` string, date-time
    - `package` PackageVulnerability, required
      - `identifier` string, required
      - `name` string, nullable — The name of this package.
      - `url` string, uri, nullable
      - `version` string, nullable — The raw version for this package.
    - `policy` NestedLicensePolicy, required
      - `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
    - `reasons` string[], required

## 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)
