Error
A valid request URL is required to generate request examples{
"results": [
{
"chartUrl": "<string>",
"chartLabel": "<string>",
"yml": "<string>",
"modelName": "<string>",
"label": "<string>",
"name": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Projects
List custom metrics
deprecated
Get all custom metrics in a project
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
custom-metrics
Error
A valid request URL is required to generate request examples{
"results": [
{
"chartUrl": "<string>",
"chartLabel": "<string>",
"yml": "<string>",
"modelName": "<string>",
"label": "<string>",
"name": "<string>"
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?