provider dashboards GET /api/environments/{environment_id}/dashboards/{id}/run_widgets/
@utdk/posthog /api/environments/{environment_id}/dashboards/{id}/run_widgets/
environments_dashboards_run_widgets_retrieve
environment_id path required
Deprecated. Use /api/projects/{project_id}/ instead.
string
format query
enum: json, txt
id path required
A unique integer value identifying this dashboard.
integer
tile_ids query required
Comma-separated dashboard tile IDs to run widgets for.
string

Try it

Authentication
Configure credentials for PostHog API
environmentsDashboardsRunWidgetsRetrieve
GET/api/environments/{environment_id}/dashboards/{id}/run_widgets/

Parameters

required

Deprecated. Use /api/projects/{project_id}/ instead.

required

A unique integer value identifying this dashboard.

required

Comma-separated dashboard tile IDs to run widgets for.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.environmentsDashboardsRunWidgetsRetrieve()