Files and artifacts - HarnessRouter Docs | HarnessRouter

File record

Files response shape

{
  "session_id": "hsess...",
  "count": 1,
  "files": [
    {
      "path": "index.html",
      "bytes": 12117,
      "media_type": "text/html",
      "file_id": "cfile_...",
      "download_url": "https://api.harnessrouter.ai/v1/containers/hsess.../files/cfile.../content"
    }
  ]
}

Rendering

Open standard

The file records on this page — path, bytes, media_type, file_id, and a container-scoped download URL with an Office /pdf rendition — implement the artifact retrieval surface UHP's Files chapter standardizes. See the Files chapter of the Unified Harness Protocol.