GET
/
api
/
v1
/
analyses
/
{id}
/
files
[]

GET the list of files produced by an analysis in JSON format. For example:

{
    "SRR20458000.fastq.results.tsv.gz": "https://path/to/presigned/download/link?with_query_params=true"
}

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

An array mapping filenames and download URLs.