Get Run Results Endpoint
GET/runs/:run_id/results
Return paginated row-level SUT output for a completed run.
Reads directly from the MinIO Parquet file via DuckDB — no data is loaded into the API process memory. Suitable for UI row drill-down and export.
An image run's rows carry input_id alongside their own image_id, holding the same
value, so row identity is read under one key on text and image runs alike.
Returns 404 if the run does not exist, or if it has neither completed nor failed with output already written.
Request
Responses
- 200
- 403
- 404
- 422
Successful Response
Forbidden
Not Found
Validation Error