curl --request GET \
--url http://api/v1/projects/{projectUuid}/custom-metrics{
"results": [
{
"chartUrl": "<string>",
"chartLabel": "<string>",
"yml": "<string>",
"modelName": "<string>",
"label": "<string>",
"name": "<string>"
}
],
"status": "ok"
}curl --request GET \
--url http://api/v1/projects/{projectUuid}/custom-metrics{
"results": [
{
"chartUrl": "<string>",
"chartLabel": "<string>",
"yml": "<string>",
"modelName": "<string>",
"label": "<string>",
"name": "<string>"
}
],
"status": "ok"
}Was this page helpful?