provider experiments POST /api/projects/{project_id}/experiments/{id}/copy_to_project/
@utdk/posthog /api/projects/{project_id}/experiments/{id}/copy_to_project/
experiments_copy_to_project_create
Copy an experiment into another project in the same organization as a new draft.
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

Try it

Authentication
Configure credentials for PostHog API
experimentsCopyToProjectCreate
POST/api/projects/{project_id}/experiments/{id}/copy_to_project/
Copy an experiment into another project in the same organization as a new draft.

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/.

Input

required

The team ID to copy the experiment to.

Optional feature flag key to use in the destination team.

Optional name for the copied experiment.

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