Bulk Operation Status
The valid values for the status of a bulk operation.
Anchor to Valid valuesValid values
- Anchor to CANCELEDCANCELED
The bulk operation has been canceled.
- Anchor to CANCELINGCANCELING
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.
- Anchor to COMPLETEDCOMPLETED
The bulk operation has successfully completed.
- Anchor to CREATEDCREATED
The bulk operation has been created.
- Anchor to EXPIREDEXPIRED
The bulk operation URL has expired.
- Anchor to FAILEDFAILED
The bulk operation has failed. For information on why the operation failed, use BulkOperation.errorCode.
- Anchor to RUNNINGRUNNING
The bulk operation is runnning.
Anchor to FieldsFields
- •OBJECT
An asynchronous operation that exports large datasets or imports data in bulk. Create bulk operations using bulkOperationRunQuery to export data or bulkOperationRunMutation to import data.
After creation, check the
statusfield to track progress. When completed, theurlfield contains a link to download results in JSONL format. Thefield shows the running total of processed objects, whiletracks only root-level objects in nested queries.If an operation fails but retrieves partial data, then the
field provides access to incomplete results.Noteurlandvalues expire after seven days.