GET /genome/accession/{accessions}/dataset_report
Operation ID: genome_dataset_report
Auth: unknown
Description
Get a genome assembly report by assembly accession. By default, in paged JSON format, but also available in tabular (accept: text/tab-separated-values) or JSON Lines (accept: application/x-ndjson) formats.
Parameters (23)
(array, path, required)
One or more genome assembly accessions, limited to 100
(array, query, optional)
Limit to genomes at the specified [assembly level](https://www.ncbi.nlm.nih.gov/datasets/docs/v2/glossary/#assembly-level)
(?, query, optional, default: all)
Limit to either RefSeq (GCF_) or GenBank (GCA_) genome assemblies.
(?, query, optional, default: current)
Limit to the most recent (current) version of a genome assembly.
(boolean, query, optional, default: False)
If true, exclude [atypical genome assemblies](https://www.ncbi.nlm.nih.gov/datasets/docs/v2/data-processing/policies-annotation/genome-processing/genome_notes/#atypical-assemblies), i.e., genomes that have assembly issues or are otherwise atypical.
(boolean, query, optional, default: False)
If true, exclude genomes that were sequenced as part of large multi-isolate projects.
(boolean, query, optional, default: False)
If true, for GenBank (GCA_)/RefSeq (GCF_) pairs, returns the RefSeq copy. When no RefSeq copy exists, the GenBank assembly is returned.
(string, query, optional)
Limit to genomes released on or after the specified date
(boolean, query, optional, default: False)
Limit to annotated genome assemblies.
(boolean, query, optional, default: False)
If true, limit to genomes derived from an ICTV exemplar (only applies to virus genomes).
(?, query, optional)
Exclude or limit to metagenome-assembled genomes (MAGs).
(boolean, query, optional, default: False)
If true, limit to genomes derived from type material.
(string, query, optional)
Limit to genomes released on or before the specified date
(boolean, query, optional, default: False)
If true, limit to reference genome assemblies.
(array, query, optional)
Limit to genomes that match the specified submitter name, assembly name, infraspecific name (or modifier), or organism name.
(?, query, optional)
Limit to genomes derived from specific type material categories.
(?, query, optional)
Specify when to include the table header when requesting a tabular report.
(integer, query, optional, default: 20)
The maximum number of genome assembly reports to return. Default is 20 and maximum is 1000. If the number of results exceeds the page size, `page_token` can be used to retrieve the remaining results.
(string, query, optional)
A page token is returned when the results count exceeds `page size`. Use this token along with previous request parameters to retrieve the next page of results. When `page_token` is empty, all results have been retrieved.
(?, query, optional)
Return complete genome assembly reports, or abbreviated reports with assembly accessions with or without paired assembly information.
(?, query, optional)
(string, query, optional)
(array, query, optional)
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get a genome assembly report by genome assembly accession | openapi-spec |
https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001405.40/dataset_report?filters.reference_only=True&filters.assembly_source=refseq&filters.has_annotation=True&filters.exclude_paired_reports=False&filters.exclude_atypical=False&filters.assembly_version=current&filters.assembly_level=['chromosome', 'complete_genome']&filters.first_release_date=2024-01-10&filters.last_release_date=2025-01-10&filters.search_text=Genome Reference Consortium&filters.is_metagenome_derived=metagenome_derived_exclude&filters.is_type_material=False&filters.is_ictv_exemplar=False&filters.exclude_multi_isolate=False&filters.type_material_category=TYPE_MATERIAL_CLADE&table_fields=accession&returned_content=ASSM_ACC |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:12:56.513744 | 400 | 332ms |