provider experiments GET /api/projects/{project_id}/experiments/{id}/metrics_recalculation/{recalculation_id}/
@utdk/posthog /api/projects/{project_id}/experiments/{id}/metrics_recalculation/{recalculation_id}/
experiments_metrics_recalculation_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.
id path required
A unique integer value identifying this experiment.
integer
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
recalculation_id path required
string

Try it

Authentication
Configure credentials for PostHog API
experimentsMetricsRecalculationRetrieve
GET/api/projects/{project_id}/experiments/{id}/metrics_recalculation/{recalculation_id}/
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.

Parameters

required

A unique integer value identifying this experiment.

required

Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.

required

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.experimentsMetricsRecalculationRetrieve()