---
title: "GET analyses file_details"
method: GET
path: "/api/v1/analyses/{id}/file_details"
---

# GET analyses file_details

`GET /api/v1/analyses/{id}/file_details`

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `files` object[], required — A list of output files.
    - `filename` string, required — The filename of the output file.
    - `filepath` string, required — The full file path.
    - `size` integer, required — File size in bytes.
    - `url` string, required — Pre-signed download URL.

---

[API](https://skmtc.net/onecodex/apis/one-codex-api-v1.md) · [All operations](https://skmtc.net/onecodex/apis/one-codex-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onecodex/one-codex-api-v1/versions/fe9d9bfc8a6a/schema)
