curl --request GET \ --url https://api.example.com/api/v1/analyses/{id}/results
Copy
Ask AI
"<string>"
Analyses
Retrieve Analysis Results
GET
/
api
/
v1
/
analyses
/
{id}
/
results
GET analyses results
Copy
Ask AI
curl --request GET \ --url https://api.example.com/api/v1/analyses/{id}/results
Copy
Ask AI
"<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.