Skip to main content
GET
/
api
/
v1
/
analyses
/
{id}
/
files
GET analyses files
Copy
Ask AI
curl --request GET \
  --url https://app.onecodex.com/api/v1/analyses/{id}/files \
  --header 'X-API-Key: <api-key>'
Copy
Ask AI
{}
GET the list of files produced by an analysis in JSON format. For example:
Copy
Ask AI
Copy
Ask AI
{
    "SRR20458000.fastq.results.tsv.gz": "https://path/to/presigned/download/link?with_query_params=true"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Successful operation

A map of file names to download URLs.

Assistant
Responses are generated using AI and may contain mistakes.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.