Skip to main content Link Menu Expand (external link) Document Search Copy Copied

auth0 event-streams stats

Retrieve metrics over time for a given event stream, including successful and failed delivery counts. Supports custom date range filtering.

Usage

auth0 event-streams stats [stream-id] [flags]

Examples

  auth0 event-streams stats
  auth0 event-streams stats <stream-id>
  auth0 event-streams stats <stream-id> --from 2025-07-15 --to 2025-07-29

Flags

  -f, --from string   Start date for stats (e.g. 2025-07-15, -3d)
      --json          Output in json format.
  -t, --to string     End date for stats (e.g. 2025-07-29)

Inherited Flags

      --debug           Enable debug mode.
      --no-color        Disable colors.
      --no-input        Disable interactivity.
      --tenant string   Specific tenant to use.