Skip to main content
GET
Company Reveal Finder
Use the job_id returned by Company Reveal Launcher to retrieve a persisted result.
This endpoint is in Beta — not recommended for critical production workloads. API behavior may change.

When to use this

Company Reveal returns the result synchronously in the Launcher response — you typically don’t need to call this endpoint. Use it only if you need to look up a past job by job_id.

Job states

Endpoint details

Authorizations

x-api-key
string
header
required

To access the API, provide your API key in x-api-key.

Query Parameters

job_id
string<uuid>
required

The unique job_id you want to query. This value is returned by the corresponding launcher endpoint.

A UUID.

Example:

"7d44db58-5de3-4e92-a2fb-8325d12c2e8b"

Response

Company Reveal job state and output returned successfully.

Company Reveal response with synchronous job envelope and output.

status
enum<string>
required

The status of the job.

Available options:
RUNNING,
SUCCEEDED,
FAILED,
TIMED_OUT,
ABORTED
Example:

"RUNNING"

start_date
string<date-time>
required

A date time in ISO 8601 format.

Example:

"2025-02-05T15:46:35.771751+00:00"

input
object
required
stop_date
string<date-time>

A date time in ISO 8601 format.

Example:

"2025-02-05T15:46:35.771751+00:00"

output
object

Company Reveal output payload.