—notes

Lists all notes attached to logs in the current project. Optionally pass a search query to fuzzy-search across note content.

Syntax

--notes
--notes:"<query>"
--notes:<query>

Usage

--notes
--notes:"payment timeout"
--notes:stripe

Variants

CommandEffect
--notesList all notes
--notes:"query"Fuzzy search with quoted query
--notes:queryFuzzy search with unquoted query

Notes

  • Available in the detail viewer, advanced filter bar, and command palette
  • Does not require logs to be fetched first
  • Fetches all notes for the project from the API, then filters client-side
  • No plan restrictions
// related

See also