KnowledgeGraph

Get a condensed app model index for an application's Knowledge Graph

Internal read-only aggregate for agent context injection (not part of the public API): the active Page/Workflow/Feature concepts for one application, each with its linked-test counts by role, plus graph-wide edge counts. Assembled from three Spanner reads so a caller does not need to compose nodes + edges + external refs itself. Node summaries and names are agent-authored from customer test content — the same trust class as every other Knowledge Graph read.

get/knowledgeGraph/appModelIndex

Query parameters

workspace_idstring required

The workspace ID (required for auth scope)

application_idstring required

The application to build the index for

Response

The application's app model index

edge_countsobject

Edge counts by label across the application's node set

truncatedboolean

True when the node list hit the server's row cap and may be incomplete

last_modeled_atstring date-time

Latest node updated_at in this application's graph; absent when the graph has no nodes

Changes