Get Connect Jobs

Use this to get a list of all Connect jobs.

Note: The Responsys Advanced API is generally available for all Responsys customers.

Service URL:

/rest/api/v1.3/connectJobs

Request Method:

GET

Request Header:

Authorization=<AUTH_TOKEN>

Content-Type=application/json

Request Body - Required Properties:

Not applicable

Sample Request Body

Not applicable

Sample Response Body - Success

[
  { 
    "jobId": <jobId1>,
    "jobName": "<jobName1>",
    "jobType": "<jobType1>",
    "nextJobRun": null,
    "lastJobRun": null,
    "scheduleType": "<scheduleType1>",
    "active": <active1>,
    "running": <running1>
  },
  { 
    "jobId": <jobId2>,
    "jobName": "<jobName2>",
    "jobType": "<jobType2>",
    "nextJobRun": null,
    "lastJobRun": null,
    "schdeuleType": "<scheduleType2>",
    "active": <active2>,
    "running": <running2>
  }
]

Sample Response Body - Failure

401 Unauthorized

API disabled for user. Error when the user does not have access to advanced APIs:

{
  "type": "",
  "title": "API disabled for user",
  "errorCode": "API_DISABLED_FOR_USER",
  "detail": "API is disabled for user",
  "errorDetails": []
}

Learn more

Connect Jobs