Salesforce CLI Command Reference
Release Notes
Deprecation Policy
force data bulk delete
force data bulk status
force data bulk upsert
force lightning lwc test create
force lightning lwc test run
force lightning lwc test setup
View the status of a bulk data load job or batch. Uses Bulk API 1.0.
Run this command using the job ID or batch ID returned from the “sf force data bulk delete” or “sf force data bulk upsert” commands.
| Flag Name (Long) | Flag Name (Short) | Description |
|---|---|---|
‑‑api‑version | N/A | Type: Value Override the api version used for api requests made by this command |
‑‑batch‑id | ‑b | Type: Value ID of the batch whose status you want to view; you must also specify the job ID. |
‑‑flags‑dir | N/A | Type: Value Import flag values from a directory. |
‑‑job‑id | ‑i | Type: Value Required ID of the job whose status you want to view. |
‑‑json | N/A | Type: Boolean Format output as json. |
‑‑target‑org | ‑o | Type: Value Required Username or alias of the target org. Not required if the target-org configuration variable is already set. |
View the status of a bulk load job in your default org:
1sf force data bulk status --job-id 750xx000000005sAAAView the status of a bulk load job and a specific batches in an org with alias my-scratch:
1sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch