---
title: "Fetch a specific verification attempt."
method: GET
path: "/v2/Attempts/{Sid}"
tags: ["VerifyV2VerificationAttempt"]
---

# Fetch a specific verification attempt.

`GET /v2/Attempts/{Sid}`

Fetch a specific verification attempt.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- 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

## Changes

- **2025-07-03** (v2) `1548692e6804` — 2 breaking, 1 info
  - the `channel_data` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `price` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the `sna` enum value from the `channel` response property for the response status `200`
- **2025-06-12** (v2) `c2a83468e5fa` — 2 warning
  - added the new `rbm` enum value to the `channel` response property for the response status `200`
  - added the new `sna` enum value to the `channel` response property for the response status `200`
- **2025-03-11** (v2) `43e0e113369c` — 2 breaking
  - the `channel_data` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - the `price` response's property type/format changed from ``/`` to `object`/`` for status `200`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2VerificationAttempt` added

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