Skip to main content

Get Lead Search Status

GET /get-lead-search-status

Check the status of a lead search job using the request_id from the Search Leads endpoint.

Pricing

Free - This endpoint does not consume any credits.

Parameters

ParameterTypeRequiredDescription
request_idstringYesThe request ID from search initiation

Example Request

curl --request GET \
--url 'https://api.infoplug.io/get-lead-search-status?request_id=search-employees-1234567890-abc123' \
--header 'X-INFOPLUG-API-KEY: YOUR_API_KEY'

Example Response

{
"status": "completed",
"request_id": "search-employees-1234567890-abc123",
"progress": 100,
"total_results": 523
}

Status Values

StatusDescription
processingSearch is in progress
completedSearch is complete, results ready
failedSearch encountered an error