Experiments-3
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET |
Retrieve experiments stats
Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers.
This mixin intercepts ApprovalRequired exceptions raised by the @approval_gate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with change request details.
Required API key scopes
experiment:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /experiments /statsExample response
Status 200 No response body
Retrieve experiments stats
Mixin for ViewSets to handle ApprovalRequired exceptions from decorated serializers.
This mixin intercepts ApprovalRequired exceptions raised by the @approval_gate decorator on serializer methods and converts them into proper HTTP 409 Conflict responses with change request details.
Required API key scopes
experiment:readPath parameters
- project_idstring
Example request
GET /api /projects /:project_id /experiments /stats