Retrieve a trigger

Fetch a single trigger by ID.

GET /api/v1/triggers/:id

Fetch a single trigger by ID.

Scope: triggers:read

Path parameters

ParamType
:idstring

Example request

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

Errors

StatusCodeWhen
404not_foundUnknown trigger ID.

© 2026 AGZ Technologies Private Limited