latestSwagger 2.02026-08-2193114213.9 KB

ae1e0fe6da1a

recipes

Returns list of automations

get/recipes

Query parameters

with_totalboolean

Show the total count of entities

pageinteger

Page number

perinteger

Entities per page

order'asc' | 'desc'

Order

sort_bystring

Order by field

Response

Returns list of automations

totalinteger

Show the total count of recipes

Example response

{
  "data": [
    {
      "conditions": [
        {
          "field": "E-Mail -> ID",
          "operator": "equals",
          "value": "123456"
        }
      ],
      "schedule": {
        "raw": "in 5 seconds",
        "parsed_at": "2026-03-03T11:55:16+01:00"
      }
    }
  ]
}