v1
protected
network

Get Network Topology

Get the full network topology for the current workspace.

Returns all agents, skills, MCP instances, and triggers as nodes, with edges representing their relationships.

Each entity type is fetched in its own DB session so the four queries can run concurrently via asyncio.gather without sharing a single async session (which is not safe for concurrent use).

get/v1/workspaces/{workspace}/network/topology

Path parameters

workspacestring required

Slug of the workspace the request acts in

Slug of the workspace the request acts in

Response

Successful Response

deployment_modestring

Changes

Changed in 1 of the 45 revisions of this API.1