Export CSV of alerts for full scan

Export a CSV file containing all alerts from a full scan.

The CSV includes details about each alert and the affected packages. You can optionally filter using the request body "filters" array. Supported filter IDs include:

  • alert.action (error|warn|monitor|ignore)
  • alert.type
  • alert.category
  • alert.severity (low|medium|middle|high|critical or 0-3)
  • artifact.type (purl type, e.g. npm, pypi)
  • dependency.type (direct|transitive)
  • dependency.scope (dev|normal)
  • dependency.usage (used|unused)
  • manifest.file

This endpoint consumes 1 unit of your quota.

This endpoint requires the following org token scopes:

  • full-scans:list
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The slug of the organization

string
required

The ID of the full scan

Query Params
Defaults to false

Control which alert priority fields to include in the response. Set to "true" to include all fields, "false" to exclude all fields, or specify individual fields like "components,formula" to include only those fields.

boolean
required
Defaults to false

Include license details in the response.

Body Params
filters
array of objects
filters
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json