curl --request GET \
--url https://api.runloop.ai/v1/benchmarks/metadata/keys/{key}/values \
--header 'Authorization: Bearer <token>'{
"key": "<string>",
"values": [
"<string>"
]
}Returns a list of all available metadata keys that can be used for filtering benchmarks.
curl --request GET \
--url https://api.runloop.ai/v1/benchmarks/metadata/keys/{key}/values \
--header 'Authorization: Bearer <token>'{
"key": "<string>",
"values": [
"<string>"
]
}Was this page helpful?