---
title: "Get automation triggers"
method: GET
path: "/api/v1/automations/{id}/triggers"
tags: ["Automations"]
---

# Get automation triggers

`GET /api/v1/automations/{id}/triggers`

Read trigger state for a workflow or agent automation. Trigger mutation is not public v1.

## Path parameters

- `id` string, required — Workflow id, agent id, or typed alias like workflows.slug / agents.slug

## Response `200`

Automation trigger state

- AutomationTriggersResponse
  - `automationId` string, required
  - `type` 'workflow' | 'agent', required
  - `triggers` AutomationTriggerState, required
    - `api` boolean, required
    - `email` boolean, required
    - `manual` boolean, required
    - `cron` boolean, required

## Other responses

- `400` — Validation error. Request shape did not match the spec.
- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found
- `413` — Payload too large. Upload exceeded the per-request size cap.
- `429` — Rate limit exceeded
- `500` — Internal server error

---

[API](https://skmtc.dev/eigenpal/apis/eigenpal-api.md) · [All operations](https://skmtc.dev/eigenpal/apis/eigenpal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eigenpal/eigenpal-api/revisions/dddcddf1975c/schema)
