Skip to main content
GET
/
v1
/
genomes
List Genomes
curl --request GET \
  --url https://api.example.com/v1/genomes/
{}

Documentation Index

Fetch the complete documentation index at: https://docs.vijil.ai/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

agent_id
string<uuid> | null

Filter by agent

limit
integer
default:50
Required range: 1 <= x <= 250
offset
integer
default:0
Required range: x >= 0

Response

Successful Response

The response is of type Response List Genomes V1 Genomes Get · object.

Last modified on April 21, 2026