get_search_job_status
Poll a lead-search job by its job ID to check progress and retrieve leads found so far. Use repeatedly until the job finishes; returns run state, progress, and results without consuming credits.
Instructions
Poll one lead-search job for its progress and results.
This is the companion to search_leads: call it repeatedly with the jobId you were given until the job reports it has finished. Leave a few seconds between polls — searches take a while, and polling harder does not make them faster.
Reads only and costs no credits, however many times you call it. Requires an API key. Returns the run state, progress, and the leads found so far; a job still running is a normal answer, not an error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Lead search job UUID |