batchGetTraces
inline suspend fun XRayClient.batchGetTraces(crossinline block: BatchGetTracesRequest.Builder.() -> Unit): BatchGetTracesResponse
Retrieves a list of traces specified by ID. Each trace is a collection of segment documents that originates from a single request. Use GetTraceSummaries
to get a list of trace IDs.