| 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] |
| internalApplicationID | string | Internal ID of Application | [optional] [default to null] |
| internalOrganizationID | string | ID of Organization. UUID. This ID is unique to this aiWARE installation. | [optional] [default to null] |
| engineName | string | Field to string match against the engine names | [optional] [default to null] |
| engineState | EngineStateEnum | Field to match the current state | [optional] [default to null] |
| engineType | EngineTypeEnum | Field to match the current type | [optional] [default to null] |
| engineOutputType | EngineTypeEnum | Field to match the current type | [optional] [default to null] |
| engineCategoryID | string | Filter to the particular engine category ID | [optional] [default to null] |
| engineIDs | string | Field to provide the input to get engines by Engine ID list. Separated by commas | [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] |
| direction | string | the sort order. ASC or DESC. | [optional] [default to DESC] |
| 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] |
| preload | boolean | Filter engines by preload | [optional] [default to null] |
| orderBy | string | The value should be in [name, state, type, organizationID, createdTime] | [optional] [default to null] |