Calculated Metrics
List Calculated Metrics
List all calculated metrics for the current account
GET
List Calculated Metrics
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List all calculated metrics for the current account
curl --request GET \
--url https://api.oviond.com/v1/calculated-metrics \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "metric123",
"name": "CTR",
"accountid": "<string>",
"formula": {
"expression": "clicks / impressions * 100"
},
"symbol": "%",
"created_at": null,
"updated_at": null
}
]
}curl --request GET \
--url https://api.oviond.com/v1/calculated-metrics \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": [
{
"id": "metric123",
"name": "CTR",
"accountid": "<string>",
"formula": {
"expression": "clicks / impressions * 100"
},
"symbol": "%",
"created_at": null,
"updated_at": null
}
]
}