---
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
- `filter_by_ops_type_uid` string

## Response `200`

OK

## Changes

- **2026-08-14** `7ea48822b1b8` — 1 info
  - added the new optional `query` request parameter `filter_by_ops_type_uid`
- **2026-05-21** `ab2332c0c66f` — 6 info
  - added the new optional `query` request parameter `filter_create_time_from`
  - added the new optional `query` request parameter `filter_create_time_to`
  - added the new optional `query` request parameter `filter_create_user_id`
  - added the new optional `query` request parameter `filter_status`
  - …2 more
- **2026-04-08** `140dd3c1920f` — 1 info
  - endpoint added
- **2025-06-24** `ea902136997f` — 1 breaking
  - api path removed without deprecation

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