provider experiments GET
/api/projects/{project_id}/experiments/stats/ @utdk/posthog
/api/projects/{project_id}/experiments/stats/ experiments_stats_retrieve
Mixin for ViewSets to handle approval-gate exceptions raised from decorated serializers.
Intercepts ApprovalRequired (409) and PolicyConflict (400) raised by the @approval_gate
decorator on serializer methods and converts them into the same responses the viewset path
produces (see decorators._result_to_response), so both paths share one contract.
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.experimentsStatsRetrieve()