Interface: SerializedRetrieverSpan
Defined in: src/types/logging/span.types.tsExtends
Omit<SerializedStep,"output">
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
As of August 7, 2026, Galileo is now Splunk Agent Observability. This documentation applies to customers who onboarded prior to August 7, 2026. If you onboarded after this date, use agent-observability-docs.splunk.com.
Omit<SerializedStep, "output">createdAt: Date;
Omit.createdAt;
optional datasetInput: string;
Omit.datasetInput;
optional datasetMetadata: Record<string, string>;
Omit.datasetMetadata;
optional datasetOutput: string;
Omit.datasetOutput;
optional externalId: string;
Omit.externalId;
optional id: string;
Omit.id;
optional input: StepAllowedInputType;
Omit.input;
optional metadata: Record<string, string>;
Omit.metadata;
optional metrics: MetricsOptions;
Omit.metrics;
optional name: string;
Omit.name;
output: JsonArray;
optional redactedInput: StepAllowedInputType;
Omit.redactedInput;
optional redactedOutput:
| JsonArray
| StepAllowedOutputType;
Omit.redactedOutput;
optional statusCode: number;
Omit.statusCode;
optional stepNumber: number;
Omit.stepNumber;
optional tags: string[];
Omit.tags;
type:
| "agent"
| "llm"
| "retriever"
| "tool"
| "workflow"
| "control"
| "trace"
| "session";
Omit.type;
userMetadata: Record<string, string>;
Omit.userMetadata;
Was this page helpful?