---
title: "Export findings as JSON, CSV, or SARIF, optionally filtered by repository"
method: GET
path: "/findings/export"
tags: ["REST API - Findings"]
---

# Export findings as JSON, CSV, or SARIF, optionally filtered by repository

`GET /findings/export`

## Query parameters

- `page` number
- `limit` number
- `severity` 'critical' | 'high' | 'medium' | 'low' | 'info'
- `state` 'open' | 'true_positive' | 'false_positive' | 'accepted_risk' | 'resolved' | 'closed'
- `scan_id` string
- `scan_type` 'pr' | 'full'
- `repo_url` string
- `found_since` string
- `found_until` string
- `sort_by` 'found_at' | 'updated_at' | 'severity'
- `sort_order` 'ASC' | 'DESC'
- `format` 'json' | 'csv' | 'sarif', required

## Response `200`

---

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