Delete Saved Search
Deletes a saved search and any alerts attached to it.
DELETE
Error
Last modified on July 15, 2026
Previous
Search Raw Logs and TracesFetch individual log or trace rows from a HyperDX source.
This endpoint mirrors the "search" panel mode in the HyperDX UI.
HyperDX applies the same query optimizations used in the UI:
- Named attribute columns (e.g. "pipedream.pipeline_name") are
rewritten to their indexed materialized equivalents when the
source schema exposes them, avoiding slow Map lookups.
- Rows are ordered by timestamp descending (most recent first).
- The source's built-in PREWHERE / partition pruning is applied.
Authentication: Bearer token (personal API key from Team Settings).
Next
Error