Last Run Jobs

Request

GET /jobs/last_run_jobs.json

Parameters

  • source_type: Possible values: 'DataImport', 'DataTransform', 'EmailSchedule', 'ScheduleCache'
  • ids: IDs of the jobs' sources. These sources must have the same type specified in param source_type

Response

{
"3": {
"id": 1138,
"status": "success",
"start_time": "2018-08-24T08:19:20Z",
"end_time": "2018-08-24T08:19:20Z",
"created_at": "2018-08-24T08:19:19Z"
}
}