Check List Status

Track the progress of your submitted list using this endpoint.

Check List Status

POST /check_list_status

Track the progress of your submitted list using this endpoint.

Headers

Name
Value

Content-Type

application/json

Body

Name
Type
Description

api_key

string

Your API Key

listname

string

The name of the list to check.

Example

{
  "api_key": "x9141mdq142",
  "listname": "Sales Directors at Software Companies"
}

Once your list has finished running it, you can download the results through our Download List Data API.

Download List Data

Last updated