Automations

Retrieve a list of automations

get/automations

Query parameters

status'enabled' | 'disabled'

Filter automations by status.

limitinteger

Number of items to return.

afterstring

Return items after this cursor.

beforestring

Return items before this cursor.

Response

OK

objectstring

Type of the response object.

has_moreboolean

Indicates if there are more results available.

Example response

{
  "object": "list",
  "data": [
    {
      "created_at": "2023-10-06 23:47:56.678+00",
      "updated_at": "2023-10-06 23:47:56.678+00"
    }
  ]
}

Changes