Lists the build configurations for multiple routines by name.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RoutineNames |
string |
Yes |
The list of ER routine names, separated by commas. |
rwa-test,demo |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| RequestId |
string |
The request ID. |
6abd807e-ed2a-44de-ac54-ac38a62472e6 |
| RoutineBuildConfigurations |
array<object> |
The list of ER build configurations. |
|
|
array<object> |
|||
| RoutineBuildConfiguration |
object |
The ER build configuration information. |
|
| RoutineName |
string |
rwa-test |
|
| Repository |
string |
example-test |
|
| ProductionBranch |
string |
main |
|
| GitAccountName |
string |
test |
|
| GitPlatform |
string |
github |
|
| LatestRoutineBuildTask |
object |
The latest ER build task information. |
|
| RoutineName |
string |
rwa-test |
|
| Status |
string |
building |
|
| CreateTime |
string |
2026-03-10T02:18:55Z |
Examples
Success response
JSON format
{
"RequestId": "6abd807e-ed2a-44de-ac54-ac38a62472e6",
"RoutineBuildConfigurations": [
{
"RoutineBuildConfiguration": {
"RoutineName": "rwa-test",
"Repository": "example-test",
"ProductionBranch": "main",
"GitAccountName": "test",
"GitPlatform": "github"
},
"LatestRoutineBuildTask": {
"RoutineName": "rwa-test",
"Status": "building",
"CreateTime": "2026-03-10T02:18:55Z"
}
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InternalException | Failed to call the service. Try again later or contact technical support. | Failed to call the service. Try again later or contact technical support. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.