maton trigger event get
Show details for an event
maton trigger event get <event-id> --trigger <trigger-id> [flags]
Options
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json <fields> - Output JSON with the specified fields
-
--template <string> - Format JSON output using a Go template; see "maton help formatting"
-t,--trigger <string>- Trigger ID this resource belongs to (required)
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 events view, maton trigger event view
JSON Fields
deliveries, event_id, payload, received_at
Examples
$ maton trigger event get evt_123 --trigger trg_abc123
$ maton trigger event get evt_123 --trigger trg_abc123 --json payload --jq '.payload'