GET
/
v1
/
status
/
Check bulk validation status
curl --request GET \
  --url https://bulk.debounce.io/v1/status/
{
"debounce": {
"list_id": "20664",
"status": "processing",
"percentage": 39,
"download_link": ""
},
"success": "1"
}
You can get the current status of the uploaded list. The list must be uploaded via the API endpoint. Once the validation is completed, you will get a link to download validation results as a .csv file. Sample response while the list is processing:

Authorizations

api
string
query
required

API key for authentication

Query Parameters

list_id
string
required

The list ID returned from the upload request

Response

200 - application/json

Status retrieved successfully

success
enum<string>
required

Whether the status request was successful

Available options:
0,
1
debounce
object