Skip to main content
GET
/
v1
/
automations
List automations
curl --request GET \
  --url https://brew.new/api/v1/automations \
  --header 'Authorization: Bearer <token>'
{
  "automations": [
    {
      "automationId": "auto_abc",
      "automationVersionId": "av_v1",
      "triggerEventId": "tri_signup",
      "name": "Welcome",
      "version": "latest",
      "published": false,
      "nodes": [],
      "connections": [],
      "emailIds": []
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.brew.new/llms.txt

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

Authorizations

Authorization
string
header
default:Bearer brew_your_api_key
required

Send your Brew API key as Authorization: Bearer brew_xxx.

Query Parameters

automationId
string
Required string length: 1 - 64
include
string

Comma-separated list. Allowed: versions.

Response

List or single-row response.

automations
object[]
required