Set job status
Updates the status of a job identified by the given dataset ID. Returns the updated job if successful. If the job is not found, returns null.
Query Parameters |
---|
datasetId string — REQUIREDThe dataset ID of the job to update |
status string — REQUIREDPossible values: [ The new status to set for the job |
datasetId string |
status stringPossible values: [ |
Responses | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
200 Job status updated successfully for dataset ID datasetId
| ||||||||||||||||||||||||||
400 Invalid input provided (e.g., missing dataset ID or status)
| ||||||||||||||||||||||||||
401 Unauthorized access. | ||||||||||||||||||||||||||
404 No job found for the specified dataset ID datasetId
|