Get an automation by id
GET /api/automations/{id}. Get an automation by id. Headless LMS Automations API reference.
curl -X GET "https://example.com/api/automations/string"{ "orgId": "string", "id": "string", "name": "string", "description": "string", "trigger": "string", "actions": [ { "type": "string", "input": { "property1": null, "property2": null } } ], "enabled": true, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z"}{ "error": "string", "message": "string", "requestId": "string"}