You can use the REST API : /workflows/{workflow_uuid}/jobs/{job_id} to obtain the status of the workflow execution job.
The Rest API : /workflows/{workflow_uuid}/jobs will return the job object it created which can be used to obtain the job_id.
If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.