We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Enhancement
The aim of this new API endpoint is to limit the number of requests sent to Cortex when several jobs has been submitted. POST /api/job/status
POST /api/job/status
{ "jobIds": ["id1", "id2", "id3", "id4"] }
returns:
{ "id1": "InProgress", "id2": "Success", "id3": "NotFound", "id4": "Error(unexpected error)" }
The text was updated successfully, but these errors were encountered:
#417 Add API to check status of several jobs
9c6196a
To-om
No branches or pull requests
Request Type
Enhancement
Description
The aim of this new API endpoint is to limit the number of requests sent to Cortex when several jobs has been submitted.
POST /api/job/status
returns:
The text was updated successfully, but these errors were encountered: