Skip to main content

Get Version Topology

GET 

/datasets/:dataset_id/versions/:version_id/topology

Return the agent/tool/retriever call-graph summary for a landed trace dataset version.

The version is immutable, so the graph is cached by (dataset_id, version_id) — served from a warm in-process entry or a persisted artifact, computed from the version's span data only once even under concurrent requests. Returns 404 if the dataset or version does not exist, 403 if the caller lacks a role in the owning workspace, and 422 if the version's data does not contain agent-trace spans (for example, a non-agent dataset version).

Request​

Responses​

Successful Response