get https://api.optimizely.com/v2/experiments
Get a list of all the Experiments by Project or Campaign. Either the project_id
or campaign_id
query parameter is required.
Log in to see full request history
Responses
Optimizely has sunset Full Stack Experimentation on July 29, 2024. See the recommended Feature Experimentation migration timeline and documentation.
Try our conversational search powered by Generative AI!
AI OnAI OffTry our conversational search powered by Generative AI!
AI OnAI OffGet a list of all the Experiments by Project or Campaign. Either the project_id
or campaign_id
query parameter is required.
xxxxxxxxxx
curl --request GET \
--url 'https://api.optimizely.com/v2/experiments?per_page=25&page=1&include_classic=false' \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: