Experiment
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
GET | |
POST | |
GET | |
PATCH | |
DELETE |
List all experiment holdouts
Required API key scopes
experiment:readPath parameters
- project_idstring
Query parameters
- limitinteger
- offsetinteger
Response
Example request
GET /api /projects /:project_id /experiment_holdoutsExample response
Status 200
RESPONSE
Create experiment holdouts
Required API key scopes
experiment:writePath parameters
- project_idstring
Request parameters
- namestring
- descriptionstring
- filters
Response
Example request
POST /api /projects /:project_id /experiment_holdoutsExample response
Status 201
RESPONSE
Retrieve experiment holdouts
Required API key scopes
experiment:readPath parameters
- idinteger
- project_idstring
Response
Example request
GET /api /projects /:project_id /experiment_holdouts /:idExample response
Status 200
RESPONSE
Update experiment holdouts
Required API key scopes
experiment:writePath parameters
- idinteger
- project_idstring
Request parameters
- namestring
- descriptionstring
- filters
Response
Example request
PATCH /api /projects /:project_id /experiment_holdouts /:idExample response
Status 200
RESPONSE
Delete experiment holdouts
Required API key scopes
experiment:writePath parameters
- idinteger
- project_idstring
Example request
DELETE /api /projects /:project_id /experiment_holdouts /:id