post
https://api.socket.dev/v0/orgs//full-scans//format/csv
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
