Start Job begins the upload process, and returns a jobId. The jobId is used across all subsequent API calls to reference the job.

Webhook

errorWebhookUrl Example Payload

{
  "connectorId": "ZtPOQ6uCUTNloAYQ9teFEqtanpifuH7FN5bzjtYtgG06",
  "destinationFileName": "test.csv",
  "destinationFilePath": "s3://test_bucket/test_folder/test.csv",
  "finalDataLength": null,
  "jobId": "V2G2vrTrnEUSB93McyBnkv4SSxEnglPh38FQQe49mzU5",
  "jobName": "testing",
  "jobStatus": "error",
  "originalDataLength": 33,
  "pipelineId": "8HKyeqrQPWOXs20samuemmnwcR9UdCjGgen99KTJqTk1",
  "pipelineName": "test pipeline",
  "uploadedFileName": "onboarding_sample.csv",
  "uploadedFileType": "csv"
}

Language
Authorization
Header
Click Try It! to start a request and see the response here!