VirtuousAI
ReferenceAutomations

Get Automation

GET
/api/v1/automations/{automation_id}

Path Parameters

automation_id*string
Formatuuid

Header Parameters

authorization?|
X-API-Key?|
vai_token?|

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/automations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "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"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}