Lookup entity
Returns the latest completed entity resolution result for the given kernel_id. This is a synchronous lookup — no job creation or polling required. Only returns completed results; returns 404 if no completed resolution exists for the given kernel_id.
kernel_id. This is a synchronous lookup — no job creation or polling required.
Use the kernel_id from a previous Resolve entity call to retrieve stored entity data without resubmitting the company details.
kernel_id, it returns a 404. To resolve a new entity, use the Resolve entity endpoint.The response includes entity-level data only. Per-customer fields like entity_resolution_confidence and entity_resolution_reasoning are not included — those are specific to each resolution request and are available via the Get entity resolution result endpoint.Examples
Lookup a resolved entity
Authorizations
Include your API key in the x-api-key header.
Path Parameters
The kernel_id of a resolved entity
"6347422643"
Response
Completed entity resolution result
Unique identifier for the job that produced this result.
"550e8400-e29b-41d4-a716-446655440000"
Always completed for lookup results.
completed ISO 8601 timestamp when the job was created.
"2025-06-05T12:00:00Z"
ISO 8601 timestamp when the job reached a terminal state.
"2025-06-05T12:00:05Z"
Entity-level data. Per-customer fields like entity_resolution_confidence and entity_resolution_reasoning are not included in lookup results.

