Poll a bulk job (free)
get_bulk_jobCheck the status and results of a bulk job by providing the job ID and job type. Polling is free and does not spend credits.
Instructions
Status and results of a bulk job. FREE — this call never spends credits. Polling is free — the work was already billed at submit time. Poll every few seconds, not in a tight loop.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | job_id returned by start_bulk_job. | |
| job_type | Yes | Same job_type used at submit. | |
| timeout_ms | No | Request timeout in milliseconds. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job | No | ||
| cost | No | ||
| job_id | No | ||
| results | No | ||
| job_type | No | ||
| test_mode | No | ||
| test_mode_notice | No | ||
| vocabulary_warnings | No | ||
| deprecated_params_ignored | No |