[GET] Get Batch
Last updated
Last updated
Use this request to get information about a specific Batch, including the number of Tasks assigned to it.
GET
/api/v1.0/external/sdbatch?batchId=1
batchId
integer
The ID that identifies the batch to retrieve data on. This ID is always unique and never changes after it has been created.
Response Body GetBatchResponse
See .
totalTasks
returns the count of Tasks associated with this batch. This counter will increase as tasks are added to the Batch.