On each dataset's page, there's an overview of some stats, including how many container runs this dataset was an input to (Input to: N runs). The N runs is supposed to be a link to those container runs, but currently just leads to all container runs. By using filters[0][key]=input_id&filters[0][val]=ID with the ID of the dataset, we can filter on all runs that use this dataset as an input.
On each dataset's page, there's an overview of some stats, including how many container runs this dataset was an input to (
Input to: N runs). TheN runsis supposed to be a link to those container runs, but currently just leads to all container runs. By usingfilters[0][key]=input_id&filters[0][val]=IDwith the ID of the dataset, we can filter on all runs that use this dataset as an input.