GET
/
email_finder
/
bulk
/
progress_status
curl --request GET \
  --url https://api.clearout.io/v2/email_finder/bulk/progress_status \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "data": {
    "progress_status": "running",
    "percentage": 18
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

list_id
string
required

Response

200
application/json
OK
status
string
Example:

"success"

data
object