Overview Version History Q & A Rating & Review
SFDX Bulk V2 Inspector
Inspect Salesforce Bulk API v2 ingest and query jobs from VS Code using your existing SFDX / Salesforce CLI sessions — no separate OAuth setup required.
Concept courtesy of the Bulk V2 Inspector Chrome extension .
Features
List Bulk API v2 ingest and query jobs from authenticated orgs
Filter by operation type (insert, update, upsert, delete, hard delete, query, query all)
Look up a job directly by ID
View processed/failed record counts
Download successful, failed, and unprocessed CSV results (ingest jobs)
Download query job results
Open job in Salesforce Setup (Bulk Data Load Jobs page)
Prerequisites
Salesforce CLI (sf) installed
At least one authenticated org:
sf org login web
Install (development)
Open this folder in VS Code:
code bulk-v2-inspector-vscode
Install dependencies and compile:
npm install
npm run compile
Press F5 to launch an Extension Development Host, or:
Run command: SFDX Bulk V2 Inspector: Open Dashboard
Usage
Open the dashboard via Command Palette → SFDX Bulk V2 Inspector: Open Dashboard
Click Refresh Sessions to load orgs from sf org list
Select your sandbox/production instance
Choose job types and API version
Click Load Jobs
Download CSV results or open job details from the Actions column
Privacy
All API calls go directly from VS Code to your Salesforce instance using your CLI access token. No third-party servers are involved.