maton trigger event list

List events received by a trigger

maton trigger event list --trigger <trigger-id> [flags]

Options

-q, --jq <expression>
Filter JSON output using a jq expression
--json <fields>
Output JSON with the specified fields
-L, --limit <int> (default 0)
Maximum number of events to fetch (0 = no limit)
--since <string>
Only list events received after this event ID
--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 ls, maton trigger event ls

JSON Fields

delivery_counts, event_id, payload, received_at

Examples

$ maton trigger event list --trigger trg_abc123
$ maton trigger event list --trigger trg_abc123 -L 50
$ maton trigger event list --trigger trg_abc123 --since evt_123

See also