---
title: "GET classifications results"
method: GET
path: "/api/v1/classifications/{id}/results"
---

# GET classifications results

`GET /api/v1/classifications/{id}/results`

## Path parameters

- `id` string, required

## Response `200`

OK

- object
  - `host_tax_ids` string[], required
  - `n_reads` integer, required
  - `table` object[], required
    - `abundance` number, nullable, required
    - `abundance_w_children` number, nullable, required
    - `name` string, required
    - `parent_tax_id` string, nullable, required
    - `rank` string, required
    - `readcount` integer, required
    - `readcount_w_children` integer, required
    - `tax_id` string, required
    - `unfiltered_readcount` integer, nullable
    - `unfiltered_readcount_w_children` integer, nullable

---

[API](https://skmtc.net/onecodex/apis/one-codex-api-v1.md) · [All operations](https://skmtc.net/onecodex/apis/one-codex-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onecodex/one-codex-api-v1/versions/fe9d9bfc8a6a/schema)
