Syntax

suprsend event list [flags]

Flags

FlagDescriptionDefault
-h, --helpShow help for the command
-l, --limit intLimit the number of events to list20
-f, --offset intOffset into the list of events0
-w, --workspace stringWorkspace to list events fromstaging

Example

# List events in staging workspace (default)
suprsend event list

# List events in production workspace
suprsend event list --workspace production

# List events with limit and offset
suprsend event list --limit 10 --offset 5