Skip to main content
GET

Overview

Retrieve the result of a company lookup job.

Path Parameters

Response Status Codes

Response Fields (Success/Error)

Response Fields (Processing)

When the job is still processing (not yet in database):

Response Fields (Queued)

When the job is queued due to daily limit:

Contact Object

Each contact in the contacts array contains:

Verification Object

Each verification in the verifications array contains:
Only contacts with isVerified: true for the requested source are returned in the response.

Polling Strategy

When polling for results:
  1. Start polling after 5-10 seconds
  2. Use exponential backoff (e.g., 5s, 10s, 20s)
  3. Stop after 5 minutes

Errors

Authorizations

X-API-Key
string
header
required

API key in format: hntd_{id}_{secret}

Path Parameters

jobId
string
required

The job ID returned from the company lookup submission

Example:

"job_1705596234567_a1b2c3d4"

Response

Job completed successfully

job_id
string
Example:

"job_1705596234567_a1b2c3d4"

domain
string
Example:

"example.com"

source
string

Data source used for the lookup

status
enum<string>

Job result status

Available options:
success,
error
contacts
object[]

Array of contacts found at the company

credits_used
integer

Number of credits consumed (1 credit per contact)

Example:

5

created_at
string<date-time>
message
string

Status message (for error status)

error_code
string

Error code if status is error