Skip to main content
GET
/
automation
Get automation state
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Response

Complete automation state

rules
object[]
required
variables
object[]
required