Re-fetch a previous Search Company job by job_id.
| Field | Description |
|---|---|
input.task | Echo of all request fields plus job_id and context_id |
output.companies | Array of matched companies — same shape as the launcher response |
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 Company job state, input, and any available output.
Search Company 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": {
"industries": ["software development"],
"location_countries": ["United States"],
"sizes": ["201-500"],
"page_number": 1,
"page_size": 20,
"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 Company output payload.
{ "companies": [] }