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 long-running operation to fetch data in bulk or to bulk import data.
Bulk operations are created using the
or
mutation. After they are created, clients should poll the
status
field for updates. When, the
url
field contains a link to the data in JSONL format.Refer to the bulk operations guide for more details.