LogTracesIngestRequest
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
type LogTracesIngestRequest = object;
optional clientVersion: string | null;
optional experimentId: string | null;
optional includeTraceIds: boolean;
optional isComplete: boolean;
optional loggingMethod: LoggingMethod;
optional logStreamId: string | null;
optional metricsTestingId: string | null;
optional reliable: boolean;
optional sessionExternalId: string | null;
optional sessionId: string | null;
traces: Trace[];
Was this page helpful?
