---
title: "List all the verification attempts for a given Account."
method: GET
path: "/v2/Attempts"
tags: ["VerifyV2VerificationAttempt"]
---

# List all the verification attempts for a given Account.

`GET /v2/Attempts`

List all the verification attempts for a given Account.

## Query parameters

- `DateCreatedAfter` string, date-time
- `DateCreatedBefore` string, date-time
- `ChannelData.To` string
- `Country` string, iso-country-code
- `Channel` 'sms' | 'call' | 'email' | 'whatsapp' | 'rbm' — A string specifying the communication channel used for the verification attempt.
- `VerifyServiceSid` string
- `VerificationSid` string
- `Status` 'converted' | 'unconverted' — A string specifying the conversion status of the verification. A conversion happens when the user is able to provide the correct code. Possible values are `CONVERTED` and `UNCONVERTED`.
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `attempts` VerifyV2VerificationAttempt[]
    - `sid` string, nullable — The SID that uniquely identifies the verification attempt resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource.
    - `service_sid` string, nullable — The SID of the [Service](https://www.twilio.com/docs/verify/api/service) used to generate the attempt.
    - `verification_sid` string, nullable — The SID of the [Verification](https://www.twilio.com/docs/verify/api/verification) that generated the attempt.
    - `date_created` string, date-time, nullable — The date that this Attempt was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `date_updated` string, date-time, nullable — The date that this Attempt was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `conversion_status` 'converted' | 'unconverted' — A string specifying the conversion status of the verification. A conversion happens when the user is able to provide the correct code. Possible values are `CONVERTED` and `UNCONVERTED`.
    - `channel` 'sms' | 'call' | 'email' | 'whatsapp' | 'rbm' — A string specifying the communication channel used for the verification attempt.
    - `price` unknown
    - `channel_data` unknown
    - `url` string, uri, nullable
  - `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

## Changes

> 52 revisions in range; 1 could not be searched.

- **2025-07-03** (v2) `1548692e6804` — 3 breaking, 1 info
  - removed the enum value `sna` from the `query` request parameter `Channel`
  - the `attempts/items/channel_data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `attempts/items/price` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the `sna` enum value from the `attempts/items/channel` response property for the response status `200`
- **2025-06-12** (v2) `c2a83468e5fa` — 2 warning, 2 info
  - added the new `rbm` enum value to the `attempts/items/channel` response property for the response status `200`
  - added the new `sna` enum value to the `attempts/items/channel` response property for the response status `200`
  - added the new enum value `rbm` to the `query` request parameter `Channel`
  - added the new enum value `sna` to the `query` request parameter `Channel`
- **2025-03-11** (v2) `43e0e113369c` — 2 breaking
  - the `attempts/items/channel_data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `attempts/items/price` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2025-02-20** (v2) `b8075ab6f350` — 1 breaking
  - for the `query` request parameter `PageSize`, the type/format was changed from `integer`/`` to `integer`/`int64`
- …earlier changes not shown

[Full history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Attempts/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)
