pub async fn fetch_inputs<'a, E>(run_id: RunId, executor: E) -> Result<Value>where E: Executor<'a, Database = Postgres>,
Fetch inputs.