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: LogSpansIngestResponse
type LogSpansIngestResponse = object;
Defined in: src/types/new-api.types.ts
LogSpansIngestResponse
Properties
experimentId?
optional experimentId: string | null;
Defined in: src/types/new-api.types.ts
Experiment Id
Experiment id associated with the traces.
logStreamId?
optional logStreamId: string | null;
Defined in: src/types/new-api.types.ts
Log Stream Id
Log stream id associated with the traces.
metricsTestingId?
optional metricsTestingId: string | null;
Defined in: src/types/new-api.types.ts
Metrics Testing Id
Metrics testing id associated with the traces.
parentId
Defined in: src/types/new-api.types.ts
Parent Id
Parent trace or span id.
projectId
Defined in: src/types/new-api.types.ts
Project Id
Project id associated with the traces.
projectName
Defined in: src/types/new-api.types.ts
Project Name
Project name associated with the traces.
recordsCount
Defined in: src/types/new-api.types.ts
Records Count
Total number of records ingested
sessionId?
optional sessionId: string | null;
Defined in: src/types/new-api.types.ts
Session Id
Session id associated with the traces.
traceId
Defined in: src/types/new-api.types.ts
Trace Id
Trace id associated with the spans.