Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt

Use this file to discover all available pages before exploring further.


Type Alias: AggregatedTraceViewResponse

type AggregatedTraceViewResponse = object;
Defined in: src/types/new-api.types.ts AggregatedTraceViewResponse

Properties

endTime?

optional endTime: string | null;
Defined in: src/types/new-api.types.ts End Time created_at of latest record of the aggregated view

graph

graph: AggregatedTraceViewGraph;
Defined in: src/types/new-api.types.ts

hasAllTraces

hasAllTraces: boolean;
Defined in: src/types/new-api.types.ts Has All Traces Whether all traces were returned

numSessions

numSessions: number;
Defined in: src/types/new-api.types.ts Num Sessions Number of sessions in the aggregated view

numTraces

numTraces: number;
Defined in: src/types/new-api.types.ts Num Traces Number of traces in the aggregated view

startTime?

optional startTime: string | null;
Defined in: src/types/new-api.types.ts Start Time created_at of earliest record of the aggregated view