# List all the verification attempts for a given Account **GET /v2/Attempts** List all the verification attempts for a given Account. TODO: Resource-level docs ## Servers ## Parameters ### Query parameters - **DateCreatedAfter** (string(date-time)) Datetime filter used to query Verification Attempts created after this datetime. Given as GMT in RFC 2822 format. - **DateCreatedBefore** (string(date-time)) Datetime filter used to query Verification Attempts created before this datetime. Given as GMT in RFC 2822 format. - **ChannelData.To** (string) Destination of a verification. It is phone number in E.164 format. - **Country** (string(iso-country-code)) Filter used to query Verification Attempts sent to the specified destination country. - **Channel** (string) Filter used to query Verification Attempts by communication channel. Valid values are `SMS` and `CALL` - **VerifyServiceSid** (string) Filter used to query Verification Attempts by verify service. Only attempts of the provided SID will be returned. - **VerificationSid** (string) Filter used to return all the Verification Attempts of a single verification. Only attempts of the provided verification SID will be returned. - **Status** (string) Filter used to query Verification Attempts by conversion status. Valid values are `UNCONVERTED`, for attempts that were not converted, and `CONVERTED`, for attempts that were confirmed. - **PageSize** (integer) How many resources to return in each list page. The default is 50, and the maximum is 1000. ## Responses ### 200 OK #### Body: (object) - **attempts** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)