Submit compact NCBI Datasets v2 requests for assembly, genome, taxonomy, and related metadata endpoints. Use when a user wants concise NCBI Datasets summaries; save raw JSON or text only on request.
scripts/ncbi_datasets.py for all Datasets v2 calls in this package.path values relative to https://api.ncbi.nlm.nih.gov/datasets/v2.... in tool previews as UI truncation, not literal request content.save_raw=true and report the saved file path.pathparams, record_path, response_format, max_items, max_depth, timeout_sec, save_raw, raw_output_path{"path":"genome/taxon/assembly_descriptors","params":{"taxons":"9606"}}{"path":"genome/accession/GCF_000001405.40/dataset_report"}{"path":"taxonomy/taxon/9606"}ok, source, path metadata, and either compact records, a compact summary, or text_head.raw_output_path when save_raw=true.ok=false with error.code and error.message.echo '{"path":"genome/taxon/assembly_descriptors","params":{"taxons":"9606"}}' | python scripts/ncbi_datasets.py
scripts/ncbi_datasets.py.