Skip to content

Streams CLI reference

View Markdown

The streams command lists the Insights streams for a project.

Stream IDs are what you use to scope an Insights query to specific streams (hb insights query --stream-ids) and to point an alarm at the right data — stream_ids is required when creating or updating an alarm.

Terminal window
hb streams list --project-id 12345

The table output lists each stream’s ID, name, slug, whether it’s the internal stream, and when it was created.

Required flags:

  • --project-id — Project ID

Optional flags:

  • -o, --output — Output format: table or json (default: table)