Skip to main content

CustomEvalResponseSchema

dataobject

Result data returned from the custom evaluation endpoint.

Default: null
statusstring

Indicates the result of the operation. Typically "success".

Default: success
CustomEvalResponseSchema
{
"data": {},
"status": "success"
}