---
title: "Get genome annotation report summary information by genome assembly accession"
method: GET
path: "/genome/accession/{accession}/annotation_summary"
tags: ["Genome"]
---

# Get genome annotation report summary information by genome assembly accession

`GET /genome/accession/{accession}/annotation_summary`

Get genome annotation report summary information by genome assembly accession in JSON format, including chromosome names and gene types.

## Path parameters

- `accession` string, required

## Query parameters

- `sort.field` string
- `sort.direction` 'SORT_DIRECTION_UNSPECIFIED' | 'SORT_DIRECTION_ASCENDING' | 'SORT_DIRECTION_DESCENDING'

## Response `200`

A successful response

- V2GenomeAnnotationTableSummaryReply
  - `accession` string
  - `chromosomes` string[]
  - `gene_types` string[]
  - `empty_columns` string[]

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/ncats/apis/ncbi-datasets-api.md) · [All operations](https://skmtc.net/ncats/apis/ncbi-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ncats/ncbi-datasets-api/versions/e5d4400c8e5d/schema)
