Was this helpful?
const response = await fetch('/v1/workspace/{id}/dependencies', { method: 'GET', headers: { "x-api-key": "Public API Key <apiKey>" }, }); const data = await response.json();
{ "nodes": [ "text" ], "edges": [ "text" ] }