mcp
(Beta) Lists experiment metrics for an environment. Supports search by name via the q parameter.
get/api/v1/environments/{environment_api_key}/experiment-metrics/
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 metrics by name.
Response
Example response
{
"count": 123,
"next": "http://api.example.org/accounts/?page=4",
"previous": "http://api.example.org/accounts/?page=2"
}