Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BE] GET /flow/job/{job_id}/status #36

Open
HYChou0515 opened this issue Nov 20, 2021 · 0 comments
Open

[BE] GET /flow/job/{job_id}/status #36

HYChou0515 opened this issue Nov 20, 2021 · 0 comments
Labels
web-api backend web api

Comments

@HYChou0515
Copy link
Owner

response

code 200
{
state: created/processing/finished
start_time: 'YYYY-MM-DD HH:MI:SS' or undefined
finish_time: 'YYYY-MM-DD HH:MI:SS' or undefined
error: undefined or ['error1', 'error2', ...]
result: result in json
}

code 404
job_id not found

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
web-api backend web api
Projects
None yet
Development

No branches or pull requests

1 participant