Skip to main content
GET
/
api
/
v1
/
automations
/
{id}
/
triggers
Get automation triggers
curl --request GET \
  --url https://studio.eigenpal.com/api/v1/automations/{id}/triggers \
  --header 'Authorization: Bearer <token>'
{
  "automationId": "<string>",
  "triggers": {
    "api": true,
    "email": true,
    "manual": true,
    "cron": true
  }
}

Authorizations

Authorization
string
header
required

API key issued from Settings → API Keys. Pass as Authorization: Bearer <key>.

Path Parameters

id
string
required

Workflow id, agent id, or typed alias like workflows.slug / agents.slug

Response

Automation trigger state

automationId
string
required
type
enum<string>
required
Available options:
workflow,
agent
triggers
object
required