# Fetch a specific verification attempt **GET /v2/Attempts/{Sid}** Fetch a specific verification attempt. TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **Sid** (string) The unique SID identifier of a Verification Attempt ## Responses ### 200 OK #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the verification. - **channel** (string | null) Communication channel used for the attempt. - **channel_data** () An object containing the channel specific information for an attempt. - **conversion_status** (string | null) Status of the conversion for the verification. - **date_created** (string(date-time) | null) The date this Attempt was created - **date_updated** (string(date-time) | null) The date this Attempt was updated - **price** () An object containing the charge for this verification attempt. - **service_sid** (string | null) The SID of the verify service that generated this attempt. - **sid** (string | null) The SID that uniquely identifies the verification attempt. - **url** (string(uri) | null) - **verification_sid** (string | null) The SID of the verification that generated this attempt. [Powered by Bump.sh](https://bump.sh)