---
title: "Get a summary of how many attempts were made and how many were converted."
method: GET
path: "/v2/Attempts/Summary"
tags: ["VerifyV2VerificationAttemptsSummary"]
---

# Get a summary of how many attempts were made and how many were converted.

`GET /v2/Attempts/Summary`

Get a summary of how many attempts were made and how many were converted.

## Query parameters

- `VerifyServiceSid` string
- `DateCreatedAfter` string, date-time
- `DateCreatedBefore` string, date-time
- `Country` string, iso-country-code
- `Channel` 'sms' | 'call' | 'email' | 'whatsapp' | 'rbm'
- `DestinationPrefix` string

## Response `200`

OK

- VerifyV2VerificationAttemptsSummary
  - `total_attempts` integer — Total of attempts made according to the provided filters
  - `total_converted` integer — Total of attempts made that were confirmed by the end user, according to the provided filters.
  - `total_unconverted` integer — Total of attempts made that were not confirmed by the end user, according to the provided filters.
  - `conversion_rate_percentage` string, nullable — Percentage of the confirmed messages over the total, defined by (total_converted/total_attempts)*100.
  - `url` string, uri, nullable

## Changes

- **2025-07-03** (v2) `1548692e6804` — 1 info
  - added the new enum value `rbm` to the `query` request parameter `Channel`
- **2025-05-13** (v2) `be79b7856dbd` — 1 breaking
  - the `conversion_rate_percentage` response's property type/format changed from `number`/`` to `string`/`` for status `200`
- **2024-08-26** (v2) `c6432fdfc1a2` — 3 info
  - the `total_attempts` response's property default value `0` was added for the status `200`
  - the `total_converted` response's property default value `0` was added for the status `200`
  - the `total_unconverted` response's property default value `0` was added for the status `200`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2VerificationAttemptsSummary` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Attempts/Summary/get.md)

---

[API](https://skmtc.dev/twilio/apis/verify-v2.md) · [All operations](https://skmtc.dev/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/verify-v2/revisions/995c3e7a8bfb/schema)
