GET
/
enrich
/
v1
/
person
/
results
/
{id}

Authorizations

X-CUSTOMER-OS-API-KEY
string
headerrequired

Path Parameters

id
string
required

Result ID

Response

200 - application/json

Response structure for person enrichment operations

data
object

Enriched person data required: true

isComplete
boolean

Indicates if all enrichment operations are complete required: true

message
string

Optional message providing additional information required: false

pendingFields
string[]

List of fields still being processed required: false

resultUrl
string

URL to check the final result when processing is incomplete required: false format: uri

status
string

Operation status required: true enum: success,error,warning