Skip to main content
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

FlagDescriptionDefault
-h, --helpShow help for the command
-o, --output stringOutput 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