Skip to main content
GET
/
v1
/
genomes
/
{genome_id}
/
ancestry
Get Genome Ancestry
curl --request GET \
  --url https://api.example.com/v1/genomes/{genome_id}/ancestry
{}

Path Parameters

genome_id
string<uuid>
required

Query Parameters

max_depth
integer
default:5

Maximum ancestor depth

Response

Successful Response

The response is of type Response Get Genome Ancestry V1 Genomes Genome Id Ancestry Get · object.

Last modified on April 21, 2026