To obtain the execution status of each worker using the REST API provided by OO, call the "GET /workers" API. The value of the executionStatus key in the JSON data returned by this API is the execution status of the worker. The following is an example of a returned executionStatus:
"executionStatus": "Idle",
The JSON data returned by the "GET /rases" API also includes the executionStatus key, but at this time the value of this key is always null, so to obtain the execution status of a RAS worker, call the "GET /workers" API.
For more information on this API, please refer to the following document: