Bulk operation APIs

Create and manage bulk operations.


In this section

  • BulkOperation — An asynchronous long-running operation to fetch data in bulk. Bulk operations are created using the bulkOperationRunQuery 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. See the bulk operations guide for more details.
  • BulkOperationStatus — Statuses of a bulk operation.
  • bulkOperationCancel — Starts the cancelation process of a running bulk operation. There may be a short delay from when a cancelation starts until the operation is actually canceled.
  • bulkOperationRunQuery — Creates and runs a bulk operation query. See the bulk operations guide for more details.