Amazon Connect · Example Payload

Get Current Metric Data Response Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

Get Current Metric Data Response Example is an example object payload from Amazon Connect, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NextTokenMetricResultsDataSnapshotTime

Example Payload

Raw ↑
{
  "NextToken": "a1b2c3d4token",
  "MetricResults": [
    {
      "Dimensions": {},
      "Collections": [
        {}
      ]
    }
  ],
  "DataSnapshotTime": "2025-03-15T14:30:00Z"
}