Returns a list of all Job Status Trackers, excluding potentially large message
field. Use the general /fetch/JST
endpoint to retrieve JSTs including the message
field.
OK
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "lastUpdateDate",
- "operator": "greaterOrEqual",
- "value": "2023-06-26T22:00:00.000Z"
}
]
}
}
{- "response": {
- "node": "string",
- "startRow": 0,
- "data": [
- {
- "processingStart": "string",
- "targetObject": "string",
- "typedId": "string",
- "lastUpdateDate": "2019-08-24T14:15:22Z",
- "trackerType": "PRICELIST",
- "threadId": 0,
- "jobSettings": {
- "distributedAction": {
- "calculableObjectTypedId": "string",
- "queueName": "string",
- "runNumber": 0,
- "partitionName": "string",
- "enableDirtyTracking": true,
- "agentOption1": { },
- "jobSize": 0
}, - "jobType": "string",
- "uuid": "string",
- "calculableObjectTypedId": "string",
- "queueName": "string",
- "runNumber": 0,
- "partitionName": "string",
- "partitionUUID": "string",
- "enableDirtyTracking": true,
- "agentOption1": { },
- "jobSize": 0,
- "distributed": true
}, - "calculationContext": "string",
- "threadUUID": "string",
- "id": 0,
- "calculationResults": "string",
- "processingNode": "string",
- "createDate": "2019-08-24T14:15:22Z",
- "jobName": "string",
- "concurrencyKey": "string",
- "priority": 0,
- "version": 0,
- "createdBy": 0,
- "processingEnd": "string",
- "progress": "string",
- "messages": "string",
- "runNumber": 0,
- "cancelRequested": true,
- "parameters": "string",
- "status": "WAITING_FOR_DISPATCH",
- "lastUpdateBy": 0
}
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}