Skip to main content
Anchor to BulkOperationErrorCode

BulkOperationErrorCode

enum

Error codes for failed bulk operations.

The provided operation query returned 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.

The operation resulted in partial or incomplete data due to query timeouts during execution. In some cases, timeouts can be avoided by modifying your query to select fewer fields.


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?