maton trigger get
maton trigger get <trigger-id> [flags]
Show details for a trigger by its ID, including its destinations.
Options
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json <fields> - Output JSON with the specified fields
-t,--template <string>- Format JSON output using a Go template; see "maton help formatting"
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
ALIASES
maton trigger view
JSON Fields
connection_id, created_at, description, destinations, event_type, name, parameters, reason, source, status, trigger_id, updated_at
Examples
$ maton trigger get trg_abc123
$ maton trigger get trg_abc123 --json status,destinations