Filter Scores

Handle POST requests the same as GET for filtering.

Authentication

AuthorizationBearer

Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.

OR
AuthorizationBearer

Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.

Request

This endpoint expects an object.
idstringRequired>=1 character
created_atdatetimeRequired
typestringRequired>=1 character
environmentstringRequired>=1 character
numerical_valuedoubleRequired
string_valuestringRequired>=1 character
is_passedbooleanRequired
costdoubleRequired
evaluator_idstringRequired>=1 character
log_idstringRequired>=1 character
prompt_idstringRequired>=1 character
prompt_version_numberintegerRequired
dataset_idstringRequired>=1 character

Response

idstring
created_atdatetime
typestring
environmentstring
numerical_valuedouble
string_valuestring
is_passedboolean
costdouble
evaluator_idstring
log_idstring
prompt_idstring
prompt_version_numberinteger
dataset_idstring