Skip to main content
GET
Get Job Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string<uuid>
required

The unique identifier of the job.

Response

The current status, progress or completed results of the job.

enrichment_id
string<uuid>

The unique identifier for the job.

status
string

Current status of the job (e.g., pending, completed).

progress
object

Progress metrics if the job is not yet completed.

results
object[]

The array of enriched leads or company insights if the job is completed. Will be null if not yet completed.