Re-fetch a previous Search Contact job by job_id.
job_id returned by Search Contact Launcher to retrieve the same job state, original input echo, and output.persons without re-running the search.
| Field | Description |
|---|---|
input.task | Echo of all request fields plus job_id and context_id |
output.persons | Array of contacts found — same shape as the launcher response |
professional_email, mobile_phone, etc.) are always null in Search Contact output. Use Contact Enrichment to retrieve them.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"
Search Contact job state, input, and any available output.
Search Contact 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": {
"domain": "waterfall.io",
"page_number": 1,
"page_size": 10,
"job_id": "7d44db58-5de3-4e92-a2fb-8325d12c2e8b",
"context_id": "7d44db58-5de3-4e92-a2fb-8325d12c2e8b"
}
}A date time in ISO 8601 format.
"2025-02-05T15:46:35.771Z"
Search Contact output payload.
{ "persons": [] }