Fields
UUID!
The id of the job. Use it to poll status and, for exports, fetch results.
BulkJobStatus!
No description provided in the schema yet.
BulkOperationType!
No description provided in the schema yet.
BulkTargetMode!
No description provided in the schema yet.
Int!
The number of resolved targets this job addresses (one item per target).
Int!
The number of items that will be processed.
Int!
The number of resolved targets skipped at submission (e.g. missing the required scopes).
Int!
No description provided in the schema yet.
Int!
No description provided in the schema yet.
DateTime!
No description provided in the schema yet.
String
Short-lived, pre-signed download URL for a completed job’s result file — the NDJSON export for
the read operations, or the per-target results ledger for the write operations (CREATE_TRANSFER,
DEPOSIT_CASH_BALANCE), one row per target with its status, resultResourceId, and any error.
Minted on request, so it is only signed when you actually select this field — polling status
without it stays cheap. Null until the job is terminal, and for jobs that produced no file (e.g.
every target was denied). The URL expires shortly after issue (see resultUrlExpiresAt); request
the field again for a fresh one.
DateTime
When the currently-issued resultUrl stops working. Null whenever resultUrl is null.