Tasks
Get all tasks of a dataset
URL
Request
Path parameters
Parameter name | Parameter type | Description |
datasetId | string | Dataset Id of the dataset |
Response
Returns a json with field ‘tasks’ that represents an array of TaskResource objects.
URL
Request
Path parameters
Parameter name | Parameter type | Description |
taskId | string | Task Id of the dataset |
Response
Returns a json with an Updated TaskResource object.
Accept task
Request
Path parameters
Parameter name | Parameter type | Description |
taskId | string | Task Id of the dataset |
Response
Returns a json with an Updated TaskResource object.
Reject task
URL
Request
Path parameters
Parameter name | Parameter type | Description |
taskId | string | Task Id of the dataset |
Response
Returns a json with an Updated TaskResource object.
URL
Request
Path parameters
Parameter name | Parameter type | Description |
clientId | string | client Id of the client |
Query parameters
Parameter name | Parameter type | Description |
email | string | Email of user |
Response
Returns a json with fields ‘file_tasks’, ‘label_tasks’ that represents an array of TaskResource objects.
URL
Request
Path parameters
Parameter name | Parameter type | Description |
clientId | string | client Id of the client |
Response
Returns a json with fields ‘delayed tasks’ and value that represents an array of Delayed TaskResource objects.
Request
Path parameters
Parameter name | Parameter type | Description |
datasetId | string | Dataset Id of the dataset |
Response
Returns an empty response if file tasks are updated.
Request
Path parameters
Parameter name | Parameter type | Description |
datasetId | string | Dataset Id of the dataset |
Response
Returns an empty response if label tasks are updated.
Last modified 1yr ago