CData Python Connector for Salesforce

Build 25.0.9539

GetJobBatchIds

Fetches batch IDs for all batches associated with a specific Salesforce job.

Stored Procedure-Specific Information

Retrieves the batch IDs associated with a Bulk API job.

To execute this procedure, enter:

EXEC GetJobBatchIds JobId='7505Y000013P04mQAC'

Input

Name Type Description
JobId String The Salesforce Job ID for which to retrieve all associated batch IDs.

Result Set Columns

Name Type Description
ID String Unique identifier for each batch associated with the specified job.
State String Current status of the batch. Possible values include 'Queued', 'InProgress', 'Completed', 'Failed', or 'Not Processed'.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539