List triggers

Returns every trigger configured in the organization.

GET /api/v1/triggers

Returns every trigger configured in the organization.

Scope: triggers:read

Query parameters

ParamTypeDefault
cursorstring
limitinteger25

Example request

curl https://dashboard.getmacha.com/api/v1/triggers \
  -H "Authorization: Bearer $MACHA_API_KEY"

Filtering inactive triggers

v1 doesn't have a server-side is_active filter. Pull the full list and filter client-side. If you need this enough to inconvenience you, file feature feedback and we'll add it.

© 2026 AGZ Technologies Private Limited