/status
Check the status of an ongoing model development.
GET
/v3
/ml-worker/status
This endpoint retrieves the current status of an ML worker process, such as model training or model updating. You must provide the process_id
, which is returned from endpoints like /predict/**
or /model/update*
.
The possible status values returned are:
PENDING
– The data upload has been initiated and is in progress.SUCCESS
– The data was successfully uploaded to the Obviously AI account.FAILURE
– An error occurred while uploading the data to the Obviously AI account.
If the status is FAILURE
, the response will include an error_message
field detailing the specific issue.
Header
Authorization
YOUR_API_KEY
Parameters
process_id
String
Target Process ID
Request
Response
A response with the names and IDs of exchanges.
Last updated