Get Contact Sourcing Run
Contact sourcing
Get Contact Sourcing Run
Reads a contact-sourcing run by ID, or the latest run of an account.
GET
Get Contact Sourcing Run
Pass either
runId (the ID returned when you started the run) or
companyId (to read that account’s most recent run) — not both.
The status is in the HTTP code
You can drive a polling loop from the status code alone, without parsing the body:Reading the result
Each entry incontacts is one person of the buying committee:
companyName is the person’s current employer, which is not always the
account that was classified: someone can match an account through a past role.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
The run to read, as returned by POST /contact-sourcing.
Read the LATEST run of this account instead (cpn_xxx format).
Response
The run completed.