获取全局工单管理列表
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
Aggregate mode only (omit workflow_type): opaque cursor string; leave empty on the first request, then pass the previous response's data.next_cursor. Ignored when workflow_type is set.
Page size; required in both aggregate and single-type modes.
Single-type mode only (workflow_type set): 1-based page index. When workflow_type is omitted, this value is ignored for pagination (use cursor instead).
fuzzy search keyword
filter by project uid
filter by instance id
filter by card type; archived 已完成工单, pending_for_me 待我处理, initiated_by_me 我发起, view_all 查看全部
filter by workflow type; sql_release SQL上线工单, data_export 数据导出工单
filter by unified workflow status; intersects with the card status set, applied to both sql_release and data_export workflows
filter by update time from
filter by update time to
filter by create user id
filter create time from
filter create time to
Response
OK