You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 samerunId
(except for the ones missing therunId
field, please see #1989). However, when I query theGET /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.The text was updated successfully, but these errors were encountered: