All Products
Search
Document Center

CloudFlow:ListFlowVersions

Last Updated:Oct 27, 2025

Lists the versions of a flow.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

FlowName

string

Yes

The name of the flow.

example-flow-name

NextToken

string

No

The token for the next page of results.

token

Limit

string

No

The maximum number of results to return.

10

Response elements

Element

Type

Description

Example

object

The response schema.

RequestId

string

The request ID.

294D68C1-5108-5971-853A-1A9CC87B4816

NextToken

string

The token for the next page of results.

token

FlowVersions

array<object>

The list of flow versions.

object

Version

string

The version name.

1

Description

string

The version description.

version description

CreatedTime

string

The time when the version was created.

2025-10-24T14:11:26+08:00

Examples

Success response

JSON format

{
  "RequestId": "294D68C1-5108-5971-853A-1A9CC87B4816",
  "NextToken": "token",
  "FlowVersions": [
    {
      "Version": "1",
      "Description": "version description",
      "CreatedTime": "2025-10-24T14:11:26+08:00"
    }
  ]
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.