curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/scorers \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List scorer objects.
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/scorers \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?