curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/scorers \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}스코어러 객체 목록을 조회합니다.
curl --request GET \
--url https://api.example.com/v2/{entity}/{project}/scorers \
--header 'Authorization: Basic <encoded-value>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}