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

No way to query status of multiple runs with the same run-id via REST API #1990

Open
ediril opened this issue Aug 11, 2019 · 0 comments
Open

Comments

@ediril
Copy link

ediril commented Aug 11, 2019

I have an On-Demand request and sometimes I schedule runs with the same run-id. I am able to search for these runs using the Task Search feature in the web UI. It successfully returns all runs with the same runId (except for the ones missing the runId field, please see #1989). However, when I query the GET /api/track/run/{requestId}/{runId} endpoint, it only returns one of the many runs. I'm not sure how it picks the one it returns because it's not necessarily the first one or the most recent one.

I think this endpoint should return the status of all runs that match the provided {runId} as a list.

@ediril ediril changed the title No way to query status of multiple runs with the same run-id No way to query status of multiple runs with the same run-id via REST API Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant