Run Artifacts
Artifacts are durable outputs attached to a run. Browser downloads, screenshots, reports, recordings, and collected runtime files appear here when BCTRL can observe or capture them.
Use runtime.currentRun() to reach the active run, then list artifacts from the run.
Artifacts are returned newest first. Use nextCursor to page through older artifacts.
Download an artifact
downloadUrl is authenticated by your BCTRL API key. Treat it as opaque.
Artifact shape
fileId points at the durable storage file behind the artifact. path is the artifact path presented for this run.

