Managed

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

Endpoints

GET

Retrieve managed viewsets

Get all views associated with a specific managed viewset. GET /api/environments/{team_id}/managed_viewsets/{kind}/

Required API key scopes

warehouse_view:read

Path parameters

  • kind
    string
    One of: "revenue_analytics"

Example request

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

Example response

Status 200 No response body

Community questions

Questions about this page? or post a community question.