ReferenceV1
List Automations
Query Parameters
status?|
limit?integer
Default
100Range
value <= 1000offset?integer
Default
0Range
0 <= valueHeader Parameters
authorization?|
X-API-Key?|
Cookie Parameters
vai_token?|
Response Body
application/json
application/json
curl -X GET "https://loading/api/v1/automations"{
"items": [
{
"config": {},
"createdAt": "2019-08-24T14:15:22Z",
"description": "string",
"id": "string",
"name": "string",
"orchestratorType": "local",
"status": "active",
"templateId": "string",
"tenantId": "string",
"triggerType": "manual",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"total": 0
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}