Skip to main content
GET
/
v4
/
evaluations
/
{evaluation_id}
/
hybrid-eval-metrics
Python
import os
from scale_gp import SGPClient

client = SGPClient(
    api_key=os.environ.get("SGP_API_KEY"),  # This is the default and can be omitted
)
hybrid_evaluation_metrics = client.evaluations.hybrid_eval_metrics.retrieve(
    "evaluation_id",
)
print(hybrid_evaluation_metrics.all_question_info)
{
  "all_question_info": {}
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

evaluation_id
string
required

Response

Successful Response

all_question_info
All Question Info · object
required

Information about all questions.