Lists the aliases for 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 that is used to retrieve the next page of results. |
token |
| Limit |
integer |
No |
The maximum number of results to return. |
10 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response schema. |
||
| RequestId |
string |
The ID of the request. |
3A44E113-9962-5B0B-AB92-14060EFE3164 |
| NextToken |
string |
The token that is used to retrieve the next page of results. |
testNextToken |
| Aliases |
array<object> |
A list of aliases. |
|
|
array<object> |
|||
| Name |
string |
The name of the alias. |
my-alias-name |
| Description |
string |
The description of the alias. |
my alias description |
| RoutingConfigurations |
array<object> |
The traffic distribution configuration. You can specify one or two flow versions. When an execution is started using the alias, the system selects a flow version based on its weight. |
|
|
object |
The traffic distribution configuration. You can specify one or two flow versions. When an execution is started using the alias, the system selects a flow version based on its weight. |
||
| Version |
string |
The version of the flow. |
1 |
| Weight |
string |
The weight. |
20 |
| CreatedTime |
string |
The time when the alias was created. |
2025-10-24T14:11:26+08:00 |
Examples
Success response
JSON format
{
"RequestId": "3A44E113-9962-5B0B-AB92-14060EFE3164",
"NextToken": "testNextToken",
"Aliases": [
{
"Name": "my-alias-name",
"Description": "my alias description",
"RoutingConfigurations": [
{
"Version": "1",
"Weight": "20"
}
],
"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.