This gets a list of scheduled jobs
Example
aiware getScheduledJobs X-Correlation-Id:value startTime=value endTime=value offset=value limit=value direction=value scheduledJobID=value internalOrganizationID=value coreID=value startStartTime=value endStartTime=value startStopTime=value endStopTime=value isActive=value runMode=value sourceID=value sourceType=value orderBy=value scheduledJobName=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| startTime | integer | The unix timestamp, describing the start time for the stats | [optional] [default to null] |
| endTime | integer | The unix timestamp, describing the end time for the stats | [optional] [default to null] |
| offset | integer | the number of data to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of items to return. | [optional] [default to 10] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| scheduledJobID | string | Filter by internal scheduled Job ID(uuid) or core scheduled Job ID (integer) | [optional] [default to null] |
| internalOrganizationID | string | Filter by internal organization id | [optional] [default to null] |
| coreID | string | Filter by coreID | [optional] [default to null] |
| startStartTime | integer | | [optional] [default to null] |
| endStartTime | integer | | [optional] [default to null] |
| startStopTime | integer | | [optional] [default to null] |
| endStopTime | integer | | [optional] [default to null] |
| isActive | boolean | | [optional] [default to null] |
| runMode | ScheduleRunModeEnum | Filter by runMode | [optional] [default to null] |
| sourceID | integer | | [optional] [default to null] |
| sourceType | string | | [optional] [default to null] |
| orderBy | string | The value should be in [organizationID, runMode, createdTime, startTime, stopTime] | [optional] [default to null] |
| scheduledJobName | string | | [optional] [default to null] |
Return type
GetScheduledJobsResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json