# Fetch a specific verification attempt. **GET /v2/Attempts/{Sid}** Fetch a specific verification attempt. ## Servers - https://verify.twilio.com: https://verify.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **Sid** (string) The unique SID identifier of a Verification Attempt ## Responses ### 200 OK #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The SID that uniquely identifies the verification attempt resource. - **account_sid** (string | null) The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Verification resource. - **service_sid** (string | null) The SID of the [Service](https://www.twilio.com/docs/verify/api/service) used to generate the attempt. - **verification_sid** (string | null) The SID of the [Verification](https://www.twilio.com/docs/verify/api/verification) that generated the attempt. - **date_created** (string(date-time) | null) The date that this Attempt was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **date_updated** (string(date-time) | null) The date that this Attempt was updated, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format. - **conversion_status** (string) 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** (string) A string specifying the communication channel used for the verification attempt. - **price** () 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** () An object containing the channel specific information for an attempt. - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)