---
title: "POST /openapi/v1/flow/list"
method: POST
path: "/openapi/v1/flow/list"
tags: ["openapi/v1/flow", "openapiV1Flow"]
---

# POST /openapi/v1/flow/list

`POST /openapi/v1/flow/list`

## Request body

- OpenapiFlowLegacyListReq
  - `keyword` string
  - `flowType` string

## Response `200`

A successful response.

- object
  - `code` integer
  - `msg` string
  - `data` OpenapiFlowListResp
    - `list` OpenapiFlowInfo[], required
      - `id` integer, required
      - `flowId` string, required
      - `flowName` string, required
      - `flowType` string, required
      - `flowStatus` string, required
      - `template` string, required
      - `description` string, required
      - `isFavorite` integer, required
      - `createdTime` integer, required
      - `updatedTime` integer, required

---

[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/e5f616b215c8/schema)
