GET /genome/accession/{accession}/sequence_reports
Operation ID: genome_sequence_report
Auth: unknown
Description
Get a genome sequence report by genome 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 (8)
(string, path, required)
One or more genome assembly accessions, limited to 100
(array, query, optional)
Limit to sequences with the specified chromosome names
(boolean, query, optional, default: False)
Include the count of unplaced scaffold sequences
(?, query, optional)
(integer, query, optional)
The maximum number of genome assemblies to return. 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.
(array, query, optional)
Limit to sequences with the specified "role", where possible roles are `assembled-molecule`, `unlocalized-scaffold`, or `unplaced-scaffold`
(array, query, optional)
Examples (1)
| Title | Type | URL | Action |
|---|---|---|---|
| Get a genome sequence report by genome assembly accession | openapi-spec |
https://api.ncbi.nlm.nih.gov/datasets/v2/genome/accession/GCF_000001635.27/sequence_reports?chromosomes=['1', 'MT']&role_filters=assembled-molecule&table_fields=['accession', 'chr-name'] |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:30:52.107452 | 200 | 594ms |