Amazon X-Ray · Example Payload

Xray Batch Get Traces Result Example

Application PerformanceDebuggingDistributed TracingMonitoringObservability

Xray Batch Get Traces Result Example is an example object payload from Amazon X-Ray, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TracesUnprocessedTraceIdsNextToken

Example Payload

Raw ↑
{
  "Traces": "example-value",
  "UnprocessedTraceIds": "trace-abc123def456",
  "NextToken": "example-value"
}