ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
curl --request GET \
--url https://api.galileo.ai/v2/scorers/tags \
--header 'Galileo-API-Key: <api-key>'
[
"<string>"
]
curl --request GET \
--url https://api.galileo.ai/v2/scorers/tags \
--header 'Galileo-API-Key: <api-key>'
[
"<string>"
]
Successful Response
The response is of type string[]
.
Was this page helpful?