The availability of features may depend on your plan type. Contact your Customer Success Manager if you have any questions.
Dev guideRecipesAPI ReferenceChangelog
Dev guideAPI ReferenceRecipesChangelogUser GuideGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

List Experiments

Get a list of all the Experiments by Project or Campaign. Either the project_id or campaign_id query parameter is required.

Query Params
integer
≤ 100
Defaults to 25

Optional pagination argument that specifies the maximum number of objects to return per request

integer
Defaults to 1

Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.

int64

The Project ID of the Project you would like to list all Experiments for. You have to either use this argument or the campaign_id argument

int64

The Campaign ID of the Campaign you would like to list all Experiments for. You have to either use this argument or the project_id argument

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json