# Get Contact List: Verify

The contact list verification job created by a successful POST /contactslist/{list_id}/verify may progress through multiple states and ultimately remain in a successful or failed state with associated data. We encourage calls to this at a rate of once every 30 seconds. Typically, jobs resolve to final status within 5 minutes. To obtain a valid list_ID, first call GET /v3/REST/contactslist to list your contact lists.

Endpoint: GET /v3/REST/contactslist/{list_ID}/verify/{job_ID}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `list_ID` (integer, required)
    Unique numeric ID assigned to this contact list.
    Example: 2000

  - `job_ID` (integer, required)
    Job ID assigned to a POST /contactslist/{list_id}/verify request. Use it to monitor the progress and success of the request.
    Example: 13000

## Response 200 fields (application/json):

  - `Count` (integer)
    Indicates the number of objects in the Data array.

  - `Data` (array)
    An array containing the results of the contact list verification.

  - `Data.Akid` (integer)
    The api key id associated with the verification request job.

  - `Data.ContactListID` (integer)
    The contact list id with contacts to be verified in the request.

  - `Data.Count` (integer)
    The number of contacts in the verification job that have thus far been processed.

  - `Data.Error` (string)
    A resulting error message to provide context for non-success jobs.

  - `Data.ID` (integer)
    The job id associated with the verification request.

  - `Data.JobEnd` (string)
    The time at which the job completed processing.

  - `Data.JobStart` (string)
    The time at which the job started processing.

  - `Data.Method` (string)
    The requested method of verification to perform on the list.

  - `Data.ResponseURL` (string)
    A url where detailed responses can be downloaded.

  - `Data.Status` (string)
    The current status of the job.

  - `Data.Summary` (object)
    Aggregated results from the outcome of the verification job processing. This will update as the job processes.

  - `Data.Summary.result` (object)

  - `Data.Summary.risk` (object)

  - `Total` (integer)
    Indicates the number of objects in the Data array.


## Response 400 fields

## Response 401 fields

## Response 403 fields

## Response 404 fields

## Response 429 fields

## Response 500 fields
