---
title: "导出工单"
method: GET
path: "/v1/projects/{project_name}/workflows/exports"
tags: ["workflow"]
---

# 导出工单

`GET /v1/projects/{project_name}/workflows/exports`

export workflow as CSV or Excel

## Path parameters

- `project_name` string, required

## Query parameters

- `filter_subject` string
- `fuzzy_search_workflow_desc` string
- `filter_create_time_from` string
- `filter_create_time_to` string
- `filter_task_execute_start_time_from` string
- `filter_task_execute_start_time_to` string
- `filter_create_user_id` string
- `filter_status` 'wait_for_audit' | 'wait_for_execution' | 'rejected' | 'executing' | 'canceled' | 'exec_failed' | 'finished'
- `filter_current_step_assignee_user_id` string
- `filter_task_instance_id` string
- `filter_by_ops_type_uid` string
- `fuzzy_keyword` string
- `export_format` 'csv' | 'excel'

## Response `200`

export workflow

## Changes

- **2026-08-14** `7ea48822b1b8` — 1 info
  - added the new optional `query` request parameter `filter_by_ops_type_uid`
- **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/v1/projects/:project_name/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)
