Support /results/{id}/{N}
and /outputs/{id}/{N}
endpoints
#759
Labels
triage/feature
New requested feature.
/results/{id}/{N}
and /outputs/{id}/{N}
endpoints
#759
Description
Given an output that happens to be an "array" (or rather, a multi-value result of any data format or media-type representation), adding an index sub-path could allow retrieving that specific reference. This could be useful for extracting a specific result used for chaining to another (or multiple) process(es).
In other words:
/jobs/{jobId}/results
/jobs/{jobId}/results/result
/jobs/{jobId}/results/result/1
2
/jobs/{jobId}/results/urls
/jobs/{jobId}/results/result/0
https://.../1
To Do
References
/results/{id}
and/outputs/{id}
routes #18 (prefix endpoints by ID)The text was updated successfully, but these errors were encountered: