Social Profile Analysis

Read a Social Profile Analysis job

Read the persisted job envelope for one Social Profile Analysis run. When complete, `result.match.matchedRecords` and `result.items` contain the reque

GET/v1/social-profile-analysis/jobs/{job_id}

Requires X-API-Key or Authorization: Bearer with a provisioned API key.

Read the persisted job envelope for one Social Profile Analysis run. When complete, result.match.matchedRecords and result.items contain the requested matched-record page.

Parameters

NameInTypeRequiredDescription
job_idpathstringYes
limitqueryintegerNo
cursorquerystring or nullNo

Responses

200

Persisted job state with an optional paginated Social Profile Analysis result.

FieldTypeRequiredDescription
capabilityCapabilityYes
completedAtstring or nullNoCompletedat
errorApiError or nullNo
expiresAtstring or nullNoExpiresat
jobIdstringYesJobid
progressJobProgress or nullNo
resultSocialProfileAnalysisResult or nullNo
resultUrlstring or nullNoResulturl
startedAtstring or nullNoStartedat
statusJobStatusYes
streamUrlstring or nullNoStreamurl
submittedAtstringYesSubmittedat
summaryJobSummary or nullNo
warningsarray<ApiWarning>NoWarnings

422

Validation Error

FieldTypeRequiredDescription
detailarray<ValidationError>NoDetail

OpenAPI

Download the full OpenAPI contract from /openapi.yaml.