Skip to main content

batch

Returns a single Batch by ID. A Batch groups multiple documents sent together, either as a batch (sequential) or bulk (parallel) send.

Arguments

ArgumentTypeRequiredDescription
idIDNoGlobal node ID
batchIdIDNoBatch-specific ID

Provide either id or batchId.

Return Type

Batch

Example

query GetBatch($id: ID!) {
batch(id: $id) {
id
name
type
status
enforceOrder
progress
documentCount
submittedCount
completedCount
inProgressCount
rejectedCount
awaitingActionCount
bouncedCount
created
modified
creator {
id
name
email
}
documentConnection {
documents {
id
name
status
batchOrder
recipients {
id
email
status
firstName
lastName
}
}
}
}
}

Export This Article

Save a copy of this page as PDF or plain text.