v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBSummaries of Experiments and Campaigns
Summaries of Experiments and Campaigns in a Project
Query parameters
Optional pagination argument that specifies the maximum number of objects to return per request
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.
The column to sort by.
The order to sort with.
Return Experiments and Campaigns for specified project.
Whether or not to include archived entities. If this parameter is not provided it will default to false and no archived entities will be included. Supersedes status filter.
Filters search results by the current status of the entity. Specifying multiple statuses will search for entities with ANY of those statuses.
Response
Return experiment summary results
Example response
[
{
"description": "Test out the hero image on the home page",
"experiment_type": "a/b",
"name": "Hero Image Test",
"status": "running",
"type": "experiment"
}
]