Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

CustomEvalResponseSchema

dataobject

Result data returned from the custom evaluation endpoint.

Default: null
statusstring

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

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