Skip to main content
GET
/
api
/
v1
/
analyses
/
{id}
/
file_details
GET analyses file_details
curl --request GET \
  --url https://app.onecodex.com/api/v1/analyses/{id}/file_details \
  --header 'X-API-Key: <api-key>'
{
  "files": []
}
GET the list of files produced by an analysis in JSON format, along with their sizes and pre-signed URLs.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json

Successful operation

files
object[]