Get Job Status
Retrieve the current status and results of an enrichment or search job.
Use this endpoint to poll the status of jobs initiated via endpoints that return an enrichment_id. The response payload will contain the enrichment progress or results when completed.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the job.
Response
The current status, progress or completed results of the job.
The unique identifier for the job.
Current status of the job (e.g., pending, completed).
Progress metrics if the job is not yet completed.
The array of enriched leads or company insights if the job is completed. Will be null if not yet completed.
