Skip to main content
enum

The valid values for the status of a bulk operation.

The bulk operation has been canceled.

Cancelation has been initiated on the bulk operation. There may be a short delay from when a cancelation starts until the operation is actually canceled.

The bulk operation has successfully completed.

The bulk operation has been created.

The bulk operation URL has expired.

The bulk operation has failed. For information on why the operation failed, use BulkOperation.errorCode.

The bulk operation is runnning.


Was this section helpful?

•OBJECT

An asynchronous long-running operation to fetch data in bulk or to bulk import data.

Bulk operations are created using the bulkOperationRunQuery or bulkOperationRunMutation mutation. After they are created, clients should poll the status field for updates. When COMPLETED, the url field contains a link to the data in JSONL format.

Refer to the bulk operations guide for more details.


Was this section helpful?