# Create a List Health Preview Job

Start a list health preview job from a list of addresses. We will sample the list and run validations on a small percentage.

Endpoint: POST /v4/address/validate/preview/{list_id}
Version: 1.0.0
Security: basicAuth

## Path parameters:

  - `list_id` (string, required)
    The list health preview job id

## Response 202 fields (application/json):

  - `id` (string, required)

  - `message` (string, required)

## Response default fields (application/json):

  - `message` (string, required)
    Response message


