check_discovery_task
Poll a background buyer-discovery task created by find_buyers (acquisition.task_id) or submit_discovery_job. Returns status (working | completed | failed); when completed, includes the freshly gathered buyers. Use exponential backoff (start ~20s) and stop polling once status is completed or failed. Free.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max buyers to return when completed (default 50, max 100) | |
| task_id | Yes | The task_id returned in find_buyers' acquisition field, or a discovery job_id |