Retrieve the result of a company lookup job.
| Parameter | Type | Required | Description |
|---|---|---|---|
jobId | string | Yes | Job ID from the lookup submission |
| HTTP Code | Status | Description |
|---|---|---|
| 200 | success | Job completed |
| 202 | processing | Job still processing |
| 202 | queued | Job waiting for daily limit reset |
| 500 | error | Job failed |
| Field | Type | Description |
|---|---|---|
job_id | string | The job identifier |
domain | string | The domain that was looked up |
source | string | Data source used for the lookup |
status | string | Job status: success or error |
contacts | array | Array of contacts found |
credits_used | integer | Credits consumed (1 per contact) |
created_at | string | ISO 8601 timestamp |
error_code | string | Error code (only when status is error) |
message | string | Error message (only when status is error) |
| Field | Type | Description |
|---|---|---|
job_id | string | The job identifier |
status | string | Always processing |
message | string | Status message |
| Field | Type | Description |
|---|---|---|
job_id | string | The job identifier |
domain | string | The domain that was looked up |
source | string | Data source used for the lookup |
status | string | Always queued |
contacts | array | Empty array |
credits_used | integer | 0 |
created_at | string | ISO 8601 timestamp |
message | string | Status message |
scheduled_processing_time | string | When the job will be processed (ISO 8601) |
contacts array contains:
| Field | Type | Description |
|---|---|---|
first_name | string | Contact’s first name |
last_name | string | Contact’s last name |
email | string | Contact’s email address |
job_title | string | Contact’s job title |
linkedin_url | string | LinkedIn profile URL |
company | string | Company name |
company_domain | string | Company domain |
verifications | array | Verification status for each source |
verifications array contains:
| Field | Type | Description |
|---|---|---|
source | string | Source name |
isVerified | boolean/null | true if verified, false if not, null if pending |
verifiedAt | string | ISO 8601 timestamp of when verification was performed |
status | string | Status message |
error | string | Error message (if verification failed) |
isVerified: true for the requested source are returned in the response.| HTTP | Error Code | Description |
|---|---|---|
| 400 | INVALID_REQUEST | Job ID is required |
| 401 | INVALID_API_KEY | API key is missing, invalid, malformed, or disabled |
| 403 | ACCESS_DENIED | You do not have access to this job |
| 500 | COMPANY_NOT_FOUND | We could not find a company for this domain. Please verify the domain. |
| 500 | INSUFFICIENT_CREDITS | Insufficient credits to complete this request. Please contact administrator. |
| 500 | INTERNAL_ERROR | Something went wrong. Please try again. |
API key in format: hntd_{id}_{secret}
The job ID returned from the company lookup submission
"job_1705596234567_a1b2c3d4"
Job completed successfully
"job_1705596234567_a1b2c3d4"
"example.com"
Data source used for the lookup
Job result status
success, error Array of contacts found at the company
Number of credits consumed (1 credit per contact)
5
Status message (for error status)
Error code if status is error