Experiments
For instructions on how to authenticate to use this endpoint, see API overview.
Endpoints
List all experiments
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Query Parameters
- limitintegerNumber of results to return per page. 
- offsetintegerThe initial index from which to return the results. 
Response
Request
GET 
Response
Status 200
Create experiments
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- descriptionstring
- start_datestring
- end_datestring
- feature_flag_keystring
- parametersobject
- secondary_metricsobject
- filtersobject
- archivedboolean
Response
Request
POST 
Response
Status 201
Retrieve experiments
Path Parameters
- idintegerA unique integer value identifying this experiment. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Update experiments
Path Parameters
- idintegerA unique integer value identifying this experiment. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request Parameters
- namestring
- descriptionstring
- start_datestring
- end_datestring
- feature_flag_keystring
- parametersobject
- secondary_metricsobject
- filtersobject
- archivedboolean
Response
Request
PATCH 
Response
Status 200
Delete experiments
Path Parameters
- idintegerA unique integer value identifying this experiment. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Request
DELETE 
Response
Status 204 No response body
Retrieve experiments results
Path Parameters
- idintegerA unique integer value identifying this experiment. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Retrieve experiments secondary results
Path Parameters
- idintegerA unique integer value identifying this experiment. 
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200
Retrieve experiments requires flag implementation
Path Parameters
- project_idstringProject ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/. 
Response
Request
GET 
Response
Status 200