---
title: "Get virus genome metadata in a tabular format"
method: GET
path: "/virus/taxon/{taxon}/genome/table"
tags: ["Virus"]
deprecated: true
---

# Get virus genome metadata in a tabular format

`GET /virus/taxon/{taxon}/genome/table`

> **Deprecated.**

Get virus genome metadata in tabular format for virus genomes by taxon.

## Path parameters

- `taxon` string, required

## Query parameters

- `accessions` string[]
- `refseq_only` boolean
- `annotated_only` boolean
- `released_since` string, date-time
- `updated_since` string, date-time
- `host` string
- `pangolin_classification` string
- `geo_location` string
- `usa_state` string
- `complete_only` boolean
- `table_fields` V2VirusTableField[]
- `include_sequence` V2ViralSequenceType[]
- `aux_report` V2VirusDatasetReportType[]
- `format` 'tsv' | 'csv' | 'jsonl'

## Response `200`

A successful response

- V2TabularOutput
  - `data` 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)
