IngestJob

A Bulk API 2.0 ingest job for inserting, updating, upserting, or deleting records

AutomationCloudCRMEnterpriseSales

Properties

Name Type Description
id string The unique job identifier
operation string The DML operation for this ingest job
object string The SObject type being processed
createdById string The ID of the user who created the job
createdDate string
systemModstamp string
state string The current lifecycle state of the job
externalIdFieldName string The external ID field used for upsert operations
concurrencyMode string
contentType string
apiVersion number
jobType string
lineEnding string
columnDelimiter string
numberRecordsProcessed integer
numberRecordsFailed integer
retries integer
totalProcessingTime integer Total processing time in milliseconds
errorMessage string
View JSON Schema on GitHub

JSON Schema

salesforce-automation-ingestjob-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/IngestJob",
  "title": "IngestJob",
  "type": "object",
  "description": "A Bulk API 2.0 ingest job for inserting, updating, upserting, or deleting records",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique job identifier"
    },
    "operation": {
      "type": "string",
      "enum": [
        "insert",
        "update",
        "upsert",
        "delete",
        "hardDelete"
      ],
      "description": "The DML operation for this ingest job"
    },
    "object": {
      "type": "string",
      "description": "The SObject type being processed"
    },
    "createdById": {
      "type": "string",
      "description": "The ID of the user who created the job"
    },
    "createdDate": {
      "type": "string",
      "format": "date-time"
    },
    "systemModstamp": {
      "type": "string",
      "format": "date-time"
    },
    "state": {
      "type": "string",
      "enum": [
        "Open",
        "UploadComplete",
        "InProgress",
        "JobComplete",
        "Failed",
        "Aborted"
      ],
      "description": "The current lifecycle state of the job"
    },
    "externalIdFieldName": {
      "type": "string",
      "description": "The external ID field used for upsert operations"
    },
    "concurrencyMode": {
      "type": "string",
      "enum": [
        "Parallel",
        "Serial"
      ]
    },
    "contentType": {
      "type": "string",
      "enum": [
        "CSV"
      ]
    },
    "apiVersion": {
      "type": "number"
    },
    "jobType": {
      "type": "string",
      "enum": [
        "V2Ingest"
      ]
    },
    "lineEnding": {
      "type": "string",
      "enum": [
        "LF",
        "CRLF"
      ]
    },
    "columnDelimiter": {
      "type": "string",
      "enum": [
        "COMMA",
        "TAB",
        "PIPE",
        "SEMICOLON",
        "CARET",
        "BACKQUOTE"
      ]
    },
    "numberRecordsProcessed": {
      "type": "integer",
      "minimum": 0
    },
    "numberRecordsFailed": {
      "type": "integer",
      "minimum": 0
    },
    "retries": {
      "type": "integer",
      "minimum": 0
    },
    "totalProcessingTime": {
      "type": "integer",
      "minimum": 0,
      "description": "Total processing time in milliseconds"
    },
    "errorMessage": {
      "type": "string"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/salesforce-automation-ingestjob"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.