Retrieves a list with all schedules stored within the same tenant

GET {{baseUrl}}/schedules?pageNumber=<integer>&pageSize=<integer>&filter=<string>

Retrieves a list with all schedules stored within the same tenant

Request Params

KeyDatatypeRequiredDescription
pageNumberstringSpecifies the requested page index
pageSizestringSpecifies the number of elements in a page
filterstringComplex and flexible filter that can filter by creationDate, name, status, modelId and scheduleString. <br /> All the top fields used in the filter are ANDed, but the searched values can use AND and OR operands, including comparison operators where the values allow. All fields are optional.<br /> The expected filter format is:<br /> ?filter={
"status": {
&quot;eq&quot;: &quot;RUNNING&quot;

}, "message": { "eq": "Insufficient disk space" }, "creationDate": { "gt": "2018-06-23T20:09:00" }, "name": { "eq": "Every 2 Months" } } |

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;schedules&quot;:[{&quot;id&quot;:&quot;c603fb82-8417-11e8-adc0-fa7ae01bbebc&quot;,&quot;inputFolderId&quot;:&quot;17f9d94e-8417-11e8-adc0-fa7ae01bbebc&quot;,&quot;outputFolderId&quot;:&quot;0cf21f02-8417-11e8-adc0-fa7ae01bbebc&quot;,&quot;configurationId&quot;:&quot;urn:uuid:020a4766-0782-227f-be2f-c1c7c4b9cf04&quot;,&quot;modelId&quot;:&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;name&quot;:&quot;testSch&quot;,&quot;maximumExecutionTime&quot;:&quot;in sit nostrud ut&quot;,&quot;scheduleString&quot;:&quot;0 9 * * *&quot;,&quot;status&quot;:&quot;STOPPED&quot;,&quot;createdBy&quot;:&quot;analytics&quot;,&quot;creationDate&quot;:&quot;2018-10-01T12:00:00.001Z&quot;},{&quot;id&quot;:&quot;c603fb82-8417-11e8-adc0-fa7ae01bbebc&quot;,&quot;inputFolderId&quot;:&quot;17f9d94e-8417-11e8-adc0-fa7ae01bbebc&quot;,&quot;outputFolderId&quot;:&quot;0cf21f02-8417-11e8-adc0-fa7ae01bbebc&quot;,&quot;configurationId&quot;:&quot;urn:uuid:9900cbff-6a08-7ba9-6e09-10aa73a6566c&quot;,&quot;modelId&quot;:&quot;951b3240-7857-11e8-adc0-fa7ae01bbebc&quot;,&quot;name&quot;:&quot;testSch&quot;,&quot;maximumExecutionTime&quot;:&quot;laborum veniam laboris&quot;,&quot;scheduleString&quot;:&quot;0 9 * * *&quot;,&quot;status&quot;:&quot;STOPPED&quot;,&quot;createdBy&quot;:&quot;analytics&quot;,&quot;creationDate&quot;:&quot;2018-10-01T12:00:00.001Z&quot;}],&quot;page&quot;:{&quot;number&quot;:33129439,&quot;size&quot;:80845718,&quot;totalPages&quot;:15500938,&quot;totalElements&quot;:-96172661}}