v1
latestOpenAPI 3.0.02026-07-13103151174.7 KBMetrics
Get All Metrics
get/v1/projects/{project}/metrics
Path parameters
projectstring required
A Project key or ID
Query parameters
pagenumber
perPagenumber
sortBy'createdAt' | 'updatedAt' | 'name' | 'key' | 'propertyKey'
sortOrder'asc' | 'desc'
searchstring
dimension'COUNT_PER_UNIQUE_USER' | 'COUNT_PER_VARIABLE_EVALUATION' | 'SUM_PER_UNIQUE_USER' | 'AVERAGE_PER_UNIQUE_USER' | 'TOTAL_AVERAGE' | 'TOTAL_SUM'
Response
Example response
[
{
"name": "New Signups",
"key": "new-signups",
"description": "New signups on the dashboard",
"_id": "61450f3daec96f5cf4a49946",
"event": "Sign Ups",
"dimension": "COUNT_PER_UNIQUE_USER",
"optimize": "increase"
}
]