Retrieve all events and their schema mappings from a workspace. Returns event definitions including names, descriptions, and payload schemas.
Syntax
suprsend event get [flags]
Flags
| Flag | Description | Default |
|---|
-h, --help | Show help for the command | – |
-o, --output string | Output format (json, yaml) | json |
Use -o json for machine-readable JSON output, -o yaml for YAML.
Example
# Get all events and schema mappings
suprsend event get
# Get events in YAML format
suprsend event get --output yaml
# Get events from production workspace
suprsend event get --workspace production