This gets processing stats of the tasks grouped by engine
Example
aiware getTasksStatsEngines X-Correlation-Id:value startTime=value endTime=value status=value organizationID=value taskID=value errorType=value jobID=value engineID=value mediaSourceID=value recordingID=value engineCategoryID=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] |
| 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] |
| errorType | FailureReasonEnum | filter by errorType (failureReason) | [optional] [default to null] |
| jobID | string | Filter by job id | [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] |
Return type
GetTasksEnginesStatsResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json