---
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'
- `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'
    - `price` object, nullable — An object containing the charge for this verification attempt related to the channel costs and the currency used. The costs related to the succeeded verifications are not included. May not be immediately available. More information on pricing is available [here](https://www.twilio.com/en-us/verify/pricing).
    - `channel_data` object, nullable — An object containing the channel specific information for an attempt.
    - `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

- **2025-03-11** (v2) `43e0e113369c` — 2 breaking
  - the `attempts/items/channel_data` response's property type changed from no type to `object` for status `200`
  - the `attempts/items/price` response's property type changed from no type to `object` for status `200`
- **2025-02-20** (v2) `b8075ab6f350` — 1 breaking
  - for the `query` request parameter `PageSize`, the format changed from no format to `int64`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2VerificationAttempt` added

[Change 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/de8cd287d820/schema)
