Headless LMS

List the actions automations can use

GET
/api/automations/actions

Response Body

application/json

curl -X GET "https://example.com/api/automations/actions"
[  {    "type": "string",    "description": "string",    "inputSchema": {      "property1": null,      "property2": null    },    "source": "string"  }]