---
title: "GET /v2/Attempts"
method: GET
path: "/v2/Attempts"
tags: ["VerifyV2VerificationAttempt"]
---

# GET /v2/Attempts

`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'
- `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'
    - `channel` 'sms' | 'call' | 'email' | 'whatsapp'
    - `price` unknown
    - `channel_data` unknown
    - `url` string, uri, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri
    - `key` string

## Changes

- **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/2fc124eb9d5c/schema)
