| 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] |
| orderBy | string | the field to sort | [optional] [default to createdDateTime] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| status | TaskStatusEnum | Filtering by task Status | [optional] [default to null] |
| organizationID | string | Filter by organization id | [optional] [default to null] |
| taskID | string | Filter by task id | [optional] [default to null] |
| coreTaskID | string | Filter by coreTaskID | [optional] [default to null] |
| errorType | FailureReasonEnum | filter by errorType (failureReason) | [optional] [default to null] |
| jobID | string | Filter by job id | [optional] [default to null] |
| coreJobID | string | Filter by coreJobID | [optional] [default to null] |
| engineID | string | Filter by engine id | [optional] [default to null] |
| mediaSourceID | string | Filter by media source id | [optional] [default to null] |
| recordingID | integer | Filter tasks by the recording id | [optional] [default to null] |
| engineCategoryID | string | Filtering by engineCategoryID | [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] |
| backlog | boolean | Filtering all tasks in backlog | [optional] [default to null] |
| alloc | boolean | Filtering all tasks have alloc = true or not | [optional] [default to null] |