Foundry’s Workflow Lineage UI shows the full dependency graph between resources (datasets, object types, transforms, applications, monitors). This data is not accessible programmatically. Please expose it as a V2 REST API endpoint and MCP tool.
Today this data is only available through the Workflow Lineage UI and AI FDE’s internal tooling. Functions, AIP Agents, and OSDK apps cannot access it.
What We Tested
From a TypeScript v2 Function, we tried 30+ API paths including Compass sub-paths, decorations, V2 endpoints, and all @osdk/foundry.* SDK packages. None expose lineage data. Meanwhile, AI FDE’s internal get_resource_lineage tool returns exactly what we need — upstream/downstream RIDs with names, paths, and connection types.
The Ask
-
REST API —
GET /api/v2/resources/{rid}/lineagefor Functions, OSDK apps, and scripts -
MCP Tool —
get_resource_lineagefor external AI agents (Claude Desktop, etc.) -
AIP Agent Platform Tool — Same capability available in AIP Agent Studio
The data already exists in the platform. It just needs a public interface.