---
title: "Get a list of Call Metrics for a Call."
method: GET
path: "/v1/Voice/{CallSid}/Metrics"
tags: ["InsightsV1Metric"]
---

# Get a list of Call Metrics for a Call.

`GET /v1/Voice/{CallSid}/Metrics`

Get a list of Call Metrics for a Call.

## Path parameters

- `CallSid` string, required

## Query parameters

- `Edge` 'unknown_edge' | 'carrier_edge' | 'sip_edge' | 'sdk_edge' | 'client_edge'
- `Direction` 'unknown' | 'inbound' | 'outbound' | 'both'
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `metrics` InsightsV1CallMetric[]
    - `timestamp` string, nullable — Timestamp of metric sample. Samples are taken every 10 seconds and contain the metrics for the previous 10 seconds.
    - `call_sid` string, nullable — The unique SID identifier of the Call.
    - `account_sid` string, nullable — The unique SID identifier of the Account.
    - `edge` 'unknown_edge' | 'carrier_edge' | 'sip_edge' | 'sdk_edge' | 'client_edge'
    - `direction` 'unknown' | 'inbound' | 'outbound' | 'both'
    - `carrier_edge` unknown
    - `sip_edge` unknown
    - `sdk_edge` unknown
    - `client_edge` unknown
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

[API](https://skmtc.net/twilio/apis/insights-v1.md) · [All operations](https://skmtc.net/twilio/apis/insights-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/insights-v1/revisions/f61c549dd40c/schema)
