| 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] |
| status | JobStatusEnum | If specified, this limits the jobs or tasks to follow status | [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] |
| orderBy | string | the field to sort | [optional] [default to createdDateTime] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| coreID | string | Filter by coreID | [optional] [default to null] |
| organizationID | string | Filter by organizationID | [optional] [default to null] |
| recordingID | string | Filter by recordingID | [optional] [default to null] |
| jobID | string | Filter by jobID | [optional] [default to null] |
| coreJobID | string | Filter by coreJobID | [optional] [default to null] |
| scheduledJobID | string | Filter by scheduledJobID(s) separated by commas | [optional] [default to null] |
| modifiedBefore | integer | Filter by items modified before expressed as timestamp | [optional] [default to null] |
| modifiedAfter | integer | Filter by items modified after expressed as timestamp | [optional] [default to null] |
| createdBefore | integer | Filter items where created date is before this date | [optional] [default to null] |
| createdAfter | integer | Filter items where created date is after this date | [optional] [default to null] |