Custom Metrics REST API Guide
Last updated
Was this helpful?
Last updated
Was this helpful?
List all custom metrics
/v3/custom-metrics
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination
Create new custom metric
/v3/custom-metrics
Detail info of a custom metric
/v3/custom-metrics/{uuid}
uuid path parameter
Delete custom metric by uuid
/v3/custom-metrics/{uuid}
uuid path parameter
No body
List all custom metrics for a model
/v3/models/{model_id}/custom-metrics
model id path parameter
Allows you to filter by any field.
Allows you to search by any field.
Allows you to order results by any field. For desc order prefix field name with -
and provide comman separated values for multiple fields
Limit for the pagination
Offset for the pagination