{ "opencollection": "1.0.0", "info": { "name": "PostHog actions warehouse_dag API", "version": "1.0.0" }, "items": [ { "info": { "name": "warehouse_dag", "type": "folder" }, "items": [ { "info": { "name": "warehouse_dag_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/warehouse_dag/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Return this team's DAG as a set of edges and nodes" } ] } ], "bundled": true }