[X] I had searched in the feature and found no similar feature requirement.
Description
Currently, there is no direct API to get job execution status.
Add following two APIs
/seatunnel/api/v1/job/executor/status --> this should return jobStatus and errorMessage
/seatunnel/api/v1/job/executor/detail --> this should return SeaTunnelJobInstanceDto which includes jobStatus, errorMessage and other details
Search before asking
Description
Currently, there is no direct API to get job execution status. Add following two APIs /seatunnel/api/v1/job/executor/status --> this should return jobStatus and errorMessage /seatunnel/api/v1/job/executor/detail --> this should return SeaTunnelJobInstanceDto which includes jobStatus, errorMessage and other details
Both APIs accept jobVersionId as the parameter
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct