List distinct metric names in a project
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/metric-names \
--header 'Authorization: Bearer <token>'{
"projectName": "<string>",
"metricNames": [
"<string>"
]
}Runs
List distinct metric names in a project
Returns distinct metric names from the pre-computed metric summaries table. Useful for discovering available metrics before querying leaderboard or statistics. Optionally filter by a search substring or specific run IDs.
GET
/
api
/
runs
/
metric-names
List distinct metric names in a project
curl --request GET \
--url https://pluto-api.trainy.ai/api/runs/metric-names \
--header 'Authorization: Bearer <token>'{
"projectName": "<string>",
"metricNames": [
"<string>"
]
}Authorizations
API key obtained from the mlop dashboard
Query Parameters
Project name
Substring search to filter metric names (e.g., 'loss')
Comma-separated run IDs to scope the search (e.g., '1,2,5')
Maximum number of metric names to return (default: 500)
Was this page helpful?
⌘I