Skip to main content
GET
/
list_evaluations
List all available evaluation results
curl --request GET \
  --url https://beta.getplum.ai/v1/list_evaluations \
  --header 'Authorization: <api-key>'
{
  "results": {},
  "total_count": 123
}

Authorizations

Authorization
string
header
required

Query Parameters

hydrate
boolean
default:false

Whether to return full evaluation results or just metadata

Response

200 - application/json

Successfully retrieved list of evaluation results

results
object
total_count
integer
I