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

# 获取全局工单管理列表

`GET /v2/dashboard/workflows`

get global workflow list with filtering and pagination.
Pagination uses two mutually exclusive modes. Aggregate mode (omit workflow_type): merge sql_release and data_export ordered by time; use cursor (empty on first request, then data.next_cursor from the previous response) and page_size; page_index is not used for paging. Single-type mode (workflow_type set): list only that type with standard page_index (1-based) and page_size; cursor is ignored. Do not rely on mixing cursor tokens with workflow_type in one flow.

## Query parameters

- `cursor` string
- `page_size` integer, required
- `page_index` integer, required
- `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

## Response `200`

OK

---

[API](https://skmtc.net/actiontech/apis/sqle-api-docs.md) · [All operations](https://skmtc.net/actiontech/apis/sqle-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/actiontech/sqle-api-docs/versions/704d73f5c092/schema)
