curl --request GET \ --url https://app.onecodex.com/api/v1/analyses/{id}/results \ --header 'X-API-Key: <api-key>'
Copy
"<string>"
Analyses
Retrieve Analysis Results
GET
/
api
/
v1
/
analyses
/
{id}
/
results
GET analyses results
Copy
curl --request GET \ --url https://app.onecodex.com/api/v1/analyses/{id}/results \ --header 'X-API-Key: <api-key>'
Copy
"<string>"
GET the results of an analysis in JSON format. Note that there is no fixed response schema, and analyses that do not have JSON results (or which cannot be fetched) will return a 404. We strongly recommend using the Classification Results, Panel Results, or Alignment Results directly where applicable.