Get Variables Schema
AuthorizationBearer <token>
In: header
Query Parameters
step_aliases?|
Comma-separated step aliases
Response Body
application/json
application/json
curl -X GET "https://loading/api/v2/workflows/variables/schema"{
"property1": [
"string"
],
"property2": [
"string"
]
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}