Get Run Parquet Url
GET/runs/:run_id/parquet-url
Return a presigned URL for the run's SUT output Parquet file.
Intended for browser-side Parquet readers (e.g. hyparquet) that can
directly download and parse the file without routing data through the API.
The URL is valid for minio_presign_ttl_seconds. Browser-side readers
(DuckDB-WASM) re-read it on every query, so it must stay valid across the
session, not just at time-to-first-byte.
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