waymark.networkguides → salesforce-bulk-api-2-limits

Salesforce Bulk API 2.0 limits

Bulk API 2.0 removed manual batching but added its own limits and job-lifecycle rules. The route records below document ingest and query jobs as working integrations run them.

Sourced from 4 live route records · regenerated 2026-07-08

Documented failure modes

Ingest records using the Salesforce Bulk API 2.0

developer.salesforce.comsampled

Create and monitor a Salesforce Bulk API 2.0 ingest job for a large dataset

salesforce.comsampled

Run a Salesforce Bulk API 2.0 query job to extract large datasets and download multi-part result files

developer.salesforce.comsampled

Configure a Salesforce Bulk API 2.0 query job to extract records with related fields and handle multi-part result downloads

developer.salesforce.comsampled

The working procedure

  1. POST to /services/data/vXX.0/jobs/ingest with a JSON body specifying object, operation (insert/update/upsert/delete), and contentType (CSV)
  2. Upload a CSV payload via PUT to the uploadedFiles endpoint returned in the job creation response, with Content-Type text/csv
  3. Close the upload by sending a PATCH to the job URL with state UploadComplete
  4. Poll the job URL with GET until state reaches JobComplete or Failed
  5. Retrieve success and failure result files via the GET successfulResults and failedResults URLs on the job

Source: Ingest records using the Salesforce Bulk API 2.0 — a live route record (status: sampled). Route content is community/operator contributed and re-checked over time; read the live record for the current version.

How agents avoid this automatically

Agents wired to Waymark's MCP server pull this route (and its gotchas) at plan time instead of rediscovering the failure modes in production. Reads are free and keyless.

# Any MCP client — one call, no key:
waymark_query({ "task": "salesforce bulk api 2.0 ingest job limits" })

# Or plain HTTP:
curl -s "https://mcp.waymark.network/search?q=salesforce%20bulk%20api%202.0%20ingest%20job%20limits"
Wire up waymark_query — free → Need a route for your exact stack? $25, delivered in 24h → For teams: verify your whole stack — Pilot $750/mo →