Skip to main content
GET
Visualize

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

dataset_id
string<uuid>
required

UUID of the dataset to visualize. List your datasets via GET /api/v1/datasets to find it.

Example:

""

full
boolean
default:false

Render the entire graph instead of a bounded subgraph.

query
string | null

Query string whose nearest vector hits seed the subgraph.

seed_node_ids
string[] | null

Explicit seed node ids for subgraph neighborhood expansion.

neighborhood_depth
integer
default:2

k-hop neighborhood depth for subgraph expansion.

Required range: 1 <= x <= 10
neighborhood_seed_top_k
integer
default:10

Maximum number of seed nodes.

Required range: 1 <= x <= 100
max_nodes
integer
default:500

Hard cap on rendered nodes after expansion.

Required range: 1 <= x <= 5000

Response

Successful Response