Skip to main content

Get Company Search Status

GET /get-company-search-status

Check the status of a company search job using the request_id from the Search Companies 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-company-search-status?request_id=search-companies-1234567890-abc123' \
--header 'X-INFOPLUG-API-KEY: YOUR_API_KEY'

Example Response

{
"status": "completed",
"request_id": "search-companies-1234567890-abc123",
"progress": 100,
"total_results": 85
}

Status Values

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