Re-fetch a previous Job Change result by job_id.
| Value | Meaning |
|---|---|
moved | Contact has started a new role at a different company. |
left | Contact appears to have left the company with no current role found. |
no_change | Contact is still at the input company. |
unknown | Profile could not be verified or no reliable update was found. |
job_change_status is moved or left, output.person contains the contact’s current profile with their new role and employer. When no_change or unknown, output.person is an empty object {}.To access the API, provide your API key in x-api-key.
The unique job_id you want to query. This value is returned by the corresponding launcher endpoint.
A UUID.
"7d44db58-5de3-4e92-a2fb-8325d12c2e8b"
Job Change job state, input, and any available output.
Job Change response with job state, input, and optional output.
The status of the job.
RUNNING, SUCCEEDED, FAILED, TIMED_OUT, ABORTED "RUNNING"
A date time in ISO 8601 format.
"2025-02-05T15:46:35.771Z"
{
"task": {
"company_domain": "scale.com",
"company_linkedin": null,
"professional_email": null,
"personal_email": null,
"contact_linkedin": null,
"contact_full_name": "Connor Heggie",
"custom_fields": null,
"job_id": "56d6add5-0bdd-4834-9b9b-390c08df31e9",
"context_id": "56d6add5-0bdd-4834-9b9b-390c08df31e9"
}
}A date time in ISO 8601 format.
"2025-02-05T15:46:35.771Z"
Job Change output payload.
{
"job_change_status": "unknown",
"person": {}
}