Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/automation/
{ "rules": [ { "id": "<string>", "name": "<string>", "triggers": [ { "id": "<string>", "value": {} } ], "actions": [ { "id": "<string>", "value": {} } ] } ], "variables": [ { "id": "<string>", "name": "<string>", "type": "<string>", "value": "<string>" } ] }
Retrieves the complete automation state including all rules and variables
Complete automation state
Show child attributes
Was this page helpful?