Warehouse

For instructions on how to authenticate to use this endpoint, see API overview.

Endpoints

GET

List all warehouse dag

Return this team's DAG as a set of edges and nodes

Required API key scopes

warehouse_view:read

Example request

GET /api/projects/:project_id/warehouse_dag
export POSTHOG_PERSONAL_API_KEY=[your personal api key]
curl \
-H "Authorization: Bearer $POSTHOG_PERSONAL_API_KEY" \
<ph_app_host>/api/projects/:project_id/warehouse_dag/

Example response

Status 200 No response body

Community questions

Questions about this page? or post a community question.