Get Bulk Job Status & Operations
get_bulk_mutation_job_statusCheck bulk mutation job progress and per-operation execution results, covering statuses from pending and in_progress to completed, partially_failed, or failed.
Instructions
Poll bulk job progress (pending, in_progress, completed, partially_failed, failed) and inspect per-operation execution results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Pagination cursor for operations | |
| limit | No | Operation results per page (1-100, default 100) | |
| job_id | Yes | Bulk mutation job ID (blkmtnjob_*) | |
| include_operations | No | Whether to fetch the first page of operation results |