Entity resolution
Get entity resolution result
Returns the status and result of an entity resolution job. When status is completed, the record object contains the resolved entity data.
GET
Get entity resolution result
Poll this endpoint with the
Once a job reaches
For the full
jobId returned by Resolve entity to check the status and retrieve the result.
Status lifecycle
Jobs progress linearly to a terminal state:completed or failed, the status does not change.
Result structure
Whenstatus is completed, the record field contains the resolved identity with confidence levels and structured legal and brand information.
For pending or processing jobs, record is null. For failed jobs, record is also null.
Example
curl
Response (200) — completed
Response (200) — still processing
Response (200) — failed
Polling guidance
- Use exponential backoff between polls (start at 2 seconds, cap at 30 seconds).
- Jobs that do not exist yet (or whose ID is unknown) return
{ "status": "pending" }.
Polling example
TypeScript
IdentityResult schema, see Completed result.Get entity resolution result

