Authentication
string
required
Your API key
Query Parameters
string
required
The bulk search identifier returned by
POST /reverse-contact/bulk.Example: 550e8400-e29b-41d4-a716-446655440000Response
string
required
Unique bulk search identifier.
string
required
Search creation date (ISO 8601 format).
string
required
Last update date (ISO 8601 format).
number
required
Total number of emails in the initial request.
number
required
Number of completed searches. Use this field to track progress.
string
required
Overall bulk search status:
ongoing, completed, or failed.array
required
List of individual results for each email.
Polling for large volumes
For large bulk searches, implement polling with backoff:The bulk response contains a summary of profiles (name, headline, company, location). To get the full profile of a contact (experience, education, skills), use
GET /reverse-contact/single with the individual ID.