Skip to main content

api_runs

Function api_runs 

Source
pub fn api_runs(
    corpus: &str,
    service: &str,
    pool: &State<DbPool>,
) -> Result<Json<Vec<RunDto>>, Status>
Expand description

Lists the run history of a (corpus, service), most-recent first (the agent twin of the history screen). 404 if the corpus or service is unknown.