---
title: "导出SQL管控"
method: GET
path: "/v2/projects/{project_name}/sql_manages/exports"
tags: ["SqlManage"]
---

# 导出SQL管控

`GET /v2/projects/{project_name}/sql_manages/exports`

export sql manage as CSV or Excel

## Path parameters

- `project_name` string, required

## Query parameters

- `fuzzy_search_sql_fingerprint` string
- `filter_assignee` string
- `filter_by_environment_tag` string
- `filter_priority` 'high' | 'low'
- `filter_instance_id` string
- `filter_source` 'audit_plan' | 'sql_audit_record'
- `filter_audit_level` 'normal' | 'notice' | 'warn' | 'error'
- `filter_last_audit_start_time_from` string
- `filter_last_audit_start_time_to` string
- `filter_status` 'unhandled' | 'solved' | 'ignored' | 'manual_audited'
- `filter_db_type` string
- `filter_rule_name` string
- `fuzzy_search_endpoint` string
- `fuzzy_search_schema_name` string
- `sort_field` 'first_appear_timestamp' | 'last_receive_timestamp' | 'fp_count'
- `sort_order` 'asc' | 'desc'
- `export_format` 'csv' | 'excel'

## Response `200`

export sql manage

## Changes

- **2026-01-06** `0d8e8f2eff08` — 1 info
  - added the new optional `query` request parameter `export_format`
- **2025-06-24** `ea902136997f` — 1 warning
  - deleted the `query` request parameter `export_format`

[Change history](https://skmtc.dev/actiontech/apis/sqle-api-docs/changes/v2/projects/:project_name/sql_manages/exports/get.md)

---

[API](https://skmtc.dev/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.dev/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/revisions/3e36a0067703/schema)
