Skip to main content
Use inf span when you already know you need span-level detail instead of a whole trace tree. It lets you search spans across traces, focus on root or entrypoint spans, inspect captured input/output, and print OpenTelemetry attributes for a single step. Alias: inf spans

inf span list

Display spans in the active project.
Alias: inf span ls

Options

Use --json to preserve full trace IDs and span IDs for scripting.

Examples

inf span get

Open a single span by trace ID and span ID.
Alias: inf span show

Arguments

Options

Views

Examples

inf span facets

Inspect available span filter values and counts.
inf span facets accepts the same filters as inf span list, plus:

Examples

Advanced filter syntax

The span filter language matches inf trace except trace aggregate fields such as span_count and llm_span_count are not valid for span queries.

Common workflows

  • inf trace opens whole traces, trees, timelines, and trace exports.
  • inf inference inspects gateway request/response records.
  • inf dashboard launches the interactive terminal dashboard.