Lists the versions of a flow.
Try it now
Test
RAM authorization
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.