Skip to main content
GET
/
api
/
v1
/
analyses
/
{id}
/
results
GET analyses results
curl --request GET \
  --url https://app.onecodex.com/api/v1/analyses/{id}/results \
  --header 'X-API-Key: <api-key>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://developer.onecodex.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200 - application/json
string | null

Successful operation

The anlaysis results in JSON format.