This provides a list of workrequests of a job
Example
aiware getJobWorkRequests JobID=value X-Correlation-Id:value offset=value limit=value orderBy=value direction=value status=value taskID=value
Parameters
| Name | Type | Description | Notes |
|---|
| jobID | string | ID of Job | [default to null] |
| 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] |
| offset | integer | the number of records to skip before getting the result set | [optional] [default to null] |
| limit | integer | the number of records to return. | [optional] [default to 100] |
| orderBy | string | the field to sort. It should be in [createdDateTime, modifiedDateTime] | [optional] [default to createdDateTime] |
| direction | string | the sort order | [optional] [default to DESC] |
| status | string | the value should be in [active, trial, inactive, deleted] | [optional] [default to null] |
| taskID | string | This is an internal task ID to get work request | [optional] [default to null] |
Return type
GetJobWorkRequestResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json