Amazon X-Ray · JSON Structure

Xray Batch Get Traces Result Structure

BatchGetTracesResult schema from Amazon X-Ray API

Type: object Properties: 3
Application PerformanceDebuggingDistributed TracingMonitoringObservability

BatchGetTracesResult is a JSON Structure definition published by Amazon X-Ray, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Traces UnprocessedTraceIds NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "Traces": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TraceList"
        },
        {
          "description": "Full traces for the specified requests."
        }
      ]
    },
    "UnprocessedTraceIds": {
      "allOf": [
        {
          "$ref": "#/components/schemas/UnprocessedTraceIdList"
        },
        {
          "description": "Trace IDs of requests that haven't been processed."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "description": "Pagination token."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "BatchGetTracesResult",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-xray/refs/heads/main/json-structure/xray-batch-get-traces-result-structure.json",
  "description": "BatchGetTracesResult schema from Amazon X-Ray API"
}