Skip to main content
GET
What breaks if this resource changes

Path Parameters

id
string<uuid>
required

Project id.

Query Parameters

node
string
required

The root node id, <kind>:<key> — e.g. prompt:support-reply or evaluator:3f9c2b1a-.... Keys are names for prompt/agent/ model, UUIDs for row-backed kinds (policy, evaluator, dataset, alert). Always passed as a query parameter, never a path segment, since a key can itself contain a colon or slash.

maxDepth
integer
default:3

Maximum hops from the root to traverse.

Required range: 1 <= x <= 5
windowDays
integer
default:30

Lookback window for observed (ClickHouse) call volume and cost.

Required range: 1 <= x <= 90
maxNodes
integer
default:500

Maximum total dependents returned before truncating.

Required range: 1 <= x <= 2000

Response

The root node, its dependents, and the summarized impact.

root
object
required
dependents
object[]
required
impact
object
required
truncated
boolean
required

True only when the walk hit maxDepth/maxNodes AND the graph genuinely continues beyond that point — not merely because the walk stopped exactly at the cap with nothing left beyond it.

computedAt
string<date-time>
required

When this response's graph was built. There is no server-side cache in front of this endpoint today, so this is effectively "now" on every request.