curl --request GET \
--url https://api.runloop.ai/v1/blueprints/public/metadata/keys/{key}/values \
--header 'Authorization: Bearer <token>'{
"key": "<string>",
"values": [
"<string>"
]
}Returns a list of all values that exist for a specific metadata key across all public blueprints only.
curl --request GET \
--url https://api.runloop.ai/v1/blueprints/public/metadata/keys/{key}/values \
--header 'Authorization: Bearer <token>'{
"key": "<string>",
"values": [
"<string>"
]
}Was this page helpful?