Bulk Operation Error Code
Error codes for failed bulk operations.
Anchor to Valid valuesValid values
- Anchor to ACCESS_DENIEDACCESS_
DENIED The provided operation
queryreturned access denied due to missing access scopes. Review the requested object permissions and execute the query as a normal non-bulk GraphQL request to see more details.- Anchor to INTERNAL_SERVER_ERRORINTERNAL_
SERVER_ ERROR The operation resulted in partial or incomplete data due to internal server errors during execution. These errors might be intermittent, so you can try performing the same query again.
- Anchor to TIMEOUTTIMEOUT
The operation resulted in partial or incomplete data due to query timeouts during execution. In some cases, timeouts can be avoided by modifying your
queryto select fewer fields.
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.