---
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'

## Response `200`

OK

## Changes

- **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/4a084f9460e7/schema)
