v1

latestOpenAPI 3.1.02026-07-24416405768.8 KB
w) Scheduled Jobs

Get details of a scheduled job

Returns the full configuration and current status of the specified scheduled job.

get/eclipse-conductor/rest/v1/tenants/{tenantId}/scheduled-jobs/{scheduledJobId}

Path parameters

tenantIdinteger required
scheduledJobIdinteger required

Response

OK

cronstring
cronTimezonestring
descriptionstring
endDatestring date-time
scheduledJobIdinteger

A unique system generated numeric identifier for the scheduledJob

startDatestring date-time
tenantIdinteger
type'BATCH_WITHDRAWAL' | 'RECURRING_PAYMENT' | 'RECURRING_WITHDRAWAL'

Example response

{
  "endDate": "2022-03-10T12:15:50-04:00",
  "startDate": "2022-03-10T12:15:50-04:00"
}