Salesforce Automation · Capability
Salesforce Bulk API 2.0 — Ingest Jobs
Salesforce Bulk API 2.0 — Ingest Jobs. 9 operations. Lead operation: List all ingest jobs. Self-contained Naftiko capability covering one Salesforce Automation business surface.
What You Can Do
GET
Getingestjobs
— List all ingest jobs
/v1/jobs/ingest
POST
Createingestjob
— Create an ingest job
/v1/jobs/ingest
GET
Getingestjob
— Get ingest job status
/v1/jobs/ingest/{jobid}
PATCH
Updateingestjob
— Close or abort an ingest job
/v1/jobs/ingest/{jobid}
DELETE
Deleteingestjob
— Delete an ingest job
/v1/jobs/ingest/{jobid}
PUT
Uploadingestjobdata
— Upload data for an ingest job
/v1/jobs/ingest/{jobid}/batches
GET
Getingestjobfailedresults
— Get failed results for an ingest job
/v1/jobs/ingest/{jobid}/failedresults
GET
Getingestjobsuccessfulresults
— Get successful results for an ingest job
/v1/jobs/ingest/{jobid}/successfulresults
GET
Getingestjobunprocessedrecords
— Get unprocessed records for an ingest job
/v1/jobs/ingest/{jobid}/unprocessedrecords
MCP Tools
list-all-ingest-jobs
List all ingest jobs
read-only
idempotent
create-ingest-job
Create an ingest job
get-ingest-job-status
Get ingest job status
read-only
idempotent
close-abort-ingest-job
Close or abort an ingest job
idempotent
delete-ingest-job
Delete an ingest job
idempotent
upload-data-ingest-job
Upload data for an ingest job
idempotent
get-failed-results-ingest-job
Get failed results for an ingest job
read-only
idempotent
get-successful-results-ingest-job
Get successful results for an ingest job
read-only
idempotent
get-unprocessed-records-ingest-job
Get unprocessed records for an ingest job
read-only
idempotent