Anchor to BulkOperationBulk
objectBulk Operation
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.
Anchor to FieldsFields
- Anchor to completedAtcompleted•Date
At Time When the bulk operation was successfully completed.
- Anchor to createdAtcreated•Date
At Time! non-null When the bulk operation was created.
- Anchor to errorCodeerror•Bulk
Code Operation Error Code Error code for failed operations.
- Anchor to fileSizefile•Unsigned
Size Int64 File size in bytes of the file in the
url
field.- •ID!non-null
A globally-unique ID.
- Anchor to objectCountobject
Count