---
title: "List source flows with optional fuzzy search"
method: GET
path: "/inter-api/supos/flows"
tags: ["supos/sourceflow", "suposSourceflow"]
---

# List source flows with optional fuzzy search

`GET /inter-api/supos/flows`

## Query parameters

- `k` string
- `orderCode` string
- `isAsc` string
- `pageNo` integer
- `pageSize` integer

## Response `200`

A successful response.

- object
  - `code` integer
  - `data` SourceFlowPageResult
    - `code` integer, required
    - `data` SourceFlowInfo[]
      - `createTime` integer
      - `creator` string
      - `description` string
      - `flowId` string
      - `flowName` string
      - `flowStatus` string
      - `id` string
      - `mark` integer
      - `template` string
    - `pageNo` integer, required
    - `pageSize` integer, required
    - `total` integer, required
  - `msg` string

---

[API](https://skmtc.net/freezonex/apis/untitled-api.md) · [All operations](https://skmtc.net/freezonex/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freezonex/untitled-api/revisions/1837fd35a283/schema)
