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

# Get genome annotation report summary information by genome assembly accession

`POST /genome/annotation_summary`

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

## Request body

- V2GenomeAnnotationRequest
  - `accession` string
  - `annotation_ids` string[]
  - `symbols` string[]
  - `locations` string[]
  - `gene_types` string[]
  - `search_text` string[]
  - `sort` V2SortField[]
    - `field` string
    - `direction` 'SORT_DIRECTION_UNSPECIFIED' | 'SORT_DIRECTION_ASCENDING' | 'SORT_DIRECTION_DESCENDING'
  - `include_annotation_type` V2GenomeAnnotationRequestAnnotationType[]
  - `page_size` integer
  - `table_fields` string[]
  - `table_format` 'NO_TABLE' | 'SUMMARY' | 'PRODUCT'
  - `include_tabular_header` 'INCLUDE_TABULAR_HEADER_FIRST_PAGE_ONLY' | 'INCLUDE_TABULAR_HEADER_ALWAYS' | 'INCLUDE_TABULAR_HEADER_NEVER'
  - `page_token` string

## 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/revisions/e5d4400c8e5d/schema)
