Amazon Connect · Example Payload

Get Metric Data Request Example

ChatContact CenterCustomer ServiceVoiceAIOmnichannel

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

Top-level fields

StartTimeEndTimeFiltersGroupingsHistoricalMetricsNextTokenMaxResults

Example Payload

Raw ↑
{
  "StartTime": "2025-03-15T00:00:00Z",
  "EndTime": "2025-03-15T23:59:59Z",
  "Filters": {
    "Queues": [
      "example-value"
    ],
    "Channels": [
      "VOICE"
    ]
  },
  "Groupings": [
    "QUEUE"
  ],
  "HistoricalMetrics": [
    {
      "Name": "CONTACTS_QUEUED",
      "Unit": "SECONDS",
      "Statistic": "SUM"
    }
  ],
  "NextToken": "a1b2c3d4token",
  "MaxResults": 0
}