GET
/
api
/
v1
/
analyses
/
{id}
/
results
"<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.

Path Parameters

id
string
required

Response

200 - application/json
Successful operation

The anlaysis results in JSON format.