v4

latestOpenAPI 3.1.0BSD-3-Clauseraw.githubusercontent.com2026-08-0154110202.6 KB
mcp

(Beta) Lists experiments for an environment. Supports filtering by status and searching by experiment or feature name.

get/api/v1/environments/{environment_api_key}/experiments/

Path parameters

environment_api_keystring required

Query parameters

pageinteger

A page number within the paginated result set.

page_sizeinteger

Number of results to return per page.

qstring

Search by experiment or feature name.

statusstring

Filter by experiment status (DRAFT, RUNNING, PAUSED, COMPLETED).

Response

countinteger required
nextstring uri nullable
previousstring uri nullable

Example response

{
  "count": 123,
  "next": "http://api.example.org/accounts/?page=4",
  "previous": "http://api.example.org/accounts/?page=2"
}