v4
latestOpenAPI 3.0.02026-08-04109113304.5 KBSearch
Search for entities in your account by text string
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 text to search for.
Filters search results by Project ID. Specifying multiple Project IDs will search across all specified projects.
Filters search results by entity type. Specifying multiple types will search across all types specified.
Filters search results by experiment, rule or campaign types. Specifying multiple types will search across all types specified.
Filters search results by project type. Specifying multiple types will search across all types specified.
Include the project name with the search result
Whether or not to include archived entities in the search results. If this parameter is not provided it will default to false and no archived entities will be included.
Whether or not to perform full document search for the given search keyword. If this parameter is not provided it will default to false.
Filters search results by the current status of the entity if it has one. Works for Experiments and Campaigns, and it may work for others. Specifying multiple statuses will search for entities with ANY of those statuses.
The property to sort by.
The property to sort by.
Filters search result by environment_key when applicable
Filters search result by audience_id when applicable
Response
Return search results
Example response
[
{
"campaign_type": "personalization",
"description": "Test out the hero image on the home page",
"environment_key": "development",
"event_type": "custom",
"experiment_count": 123,
"experiment_type": "a/b",
"feature_key": "my_feature_flag",
"feature_name": "the user search feature",
"flag_key": "my_flag_key",
"group_id": 123,
"key": "hero_image_test",
"name": "Hero Image Test",
"rule_type": "a/b",
"status": "running",
"type": "experiment"
}
]