Experiments
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all experiments
Path Parameters
- project_idstring
Query Parameters
- limitinteger
- offsetinteger
Response
Request
GET 
Response
RESPONSE
Create experiments
Path Parameters
- project_idstring
Request Parameters
- namestring
- descriptionstring
- start_datestring
- end_datestring
- feature_flag_keystring
- parametersobject
- secondary_metricsobject
- filtersobject
- archivedboolean
Response
Request
POST 
Response
RESPONSE
Retrieve experiments
Path Parameters
- idinteger
- project_idstring
Response
Request
GET 
Response
RESPONSE
Update experiments
Path Parameters
- idinteger
- project_idstring
Request Parameters
- namestring
- descriptionstring
- start_datestring
- end_datestring
- feature_flag_keystring
- parametersobject
- secondary_metricsobject
- filtersobject
- archivedboolean
Response
Request
PATCH 
Response
RESPONSE
Delete experiments
Path Parameters
- idinteger
- project_idstring
Request
DELETE 
Response
No responseRetrieve experiments results
Path Parameters
- idinteger
- project_idstring
Response
Request
GET 
Response
RESPONSE
Retrieve experiments secondary results
Path Parameters
- idinteger
- project_idstring
Response
Request
GET 
Response
RESPONSE
Retrieve experiments requires flag implementation
Path Parameters
- project_idstring
Response
Request
GET 
Response
RESPONSE