---
title: "导出全局工单管理列表"
method: GET
path: "/v2/dashboard/workflows/exports"
tags: ["GlobalDashboard"]
---

# 导出全局工单管理列表

`GET /v2/dashboard/workflows/exports`

export global dashboard workflows as CSV or Excel; filter/permission semantics match GET /v2/dashboard/workflows (no pagination). workflow_type=sql_release|data_export|omit(common columns with workflow type). First column includes project name for global layouts. Max 10000 workflows (sum of both types when workflow_type omitted).

## Query parameters

- `keyword` string
- `filter_project_uid` string
- `filter_instance_id` string
- `filter_card` 'archived' | 'pending_for_me' | 'initiated_by_me' | 'view_all'
- `workflow_type` 'sql_release' | 'data_export'
- `filter_status` 'pending_approval' | 'pending_action' | 'in_progress' | 'exporting' | 'rejected' | 'cancelled' | 'failed' | 'completed' | 'unknown'
- `filter_update_time_from` string
- `filter_update_time_to` string
- `filter_create_user_id` string
- `filter_create_time_from` string
- `filter_create_time_to` string
- `filter_by_ops_type_uid` string
- `export_format` 'csv' | 'excel'

## Response `200`

export workflow

## Changes

- **2026-08-20** `8db67e2f6144` — 1 info
  - added the new optional `query` request parameter `filter_by_ops_type_uid`
- **2026-08-07** `4ba3b0cf280e` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/actiontech/apis/sqle-api-docs/changes/v2/dashboard/workflows/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)
