# List all the verification attempts for a given Account. **GET /v2/Attempts** List all the verification attempts for a given Account. ## Servers - https://verify.twilio.com: https://verify.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Query parameters - **DateCreatedAfter** (string(date-time)) Datetime filter used to consider only Verification Attempts created after this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. - **DateCreatedBefore** (string(date-time)) Datetime filter used to consider only Verification Attempts created before this datetime on the summary aggregation. Given as GMT in ISO 8601 formatted datetime string: yyyy-MM-dd'T'HH:mm:ss'Z. - **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. - **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(int64)) How many resources to return in each list page. The default is 50, and the maximum is 1000. - **Page** (integer) The page index. This value is simply for client state. - **PageToken** (string) The page token. This is provided by the API. ## 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) - **attempts** (array[object]) - **meta** (object) [Powered by Bump.sh](https://bump.sh)