Skip to main content

List files in an uploaded archive

GET 

/api/v1/files/archives/:assessment_id/tree

List files and directories in an assessment's uploaded source archive.

Downloads the archive from object storage, extracts its file entries in memory, and returns a sorted tree (blobs + synthesized directories) for the file browser.

  • Scope required: assessments:read.
  • 413 when the stored archive exceeds max_repo_raw_download_size_mb.
  • 400 when the archive is malformed and extraction fails.

Request

Responses

Successful Response