Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt

Use this file to discover all available pages before exploring further.

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