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