---
title: "GET /workspaces/{workspace}/vulnerabilities/packages/"
method: GET
path: "/workspaces/{workspace}/vulnerabilities/packages/"
tags: ["workspaces"]
---

# GET /workspaces/{workspace}/vulnerabilities/packages/

`GET /workspaces/{workspace}/vulnerabilities/packages/`

OSV advisory data for a specific workspace.

## Path parameters

- `workspace` string, required

## Query parameters

- `is_malware` boolean, nullable
- `page` integer
- `page_size` integer
- `threat_level` 'critical' | 'high' | 'low' | 'malware' | 'medium' | 'unknown'
- `vulnerability_id` string

## Response `200`

- PaginatedWebPackageVulnerabilitySummaryList
  - `results` WebPackageVulnerabilitySummary[], required
    - `slug_perm` string, required — The unique identifier for the package.
    - `repository` string, required — The repository this package belongs to.
    - `name` string, required — The package name.
    - `version` string, required — The package version.
    - `downloads` integer, required
    - `format` string, required
    - `status` string, required — The synchronisation status of the package.
    - `uploaded_at` string, date-time, required — When the package was uploaded.
    - `vulnerability_counts` object, required — Breakdown of vulnerabilities by severity level.

---

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