Get Conversation Eval

Get a built-in Conversation Eval's status or terminal result. Poll this read-only operation after create_conversation_eval. A terminal report contains the real-reply transcript, immutable character-version/session attribution, deterministic checks, and judge scores. This is not GET /characters/{slug}/evals/{eval_id}, which reads a static authored-config eval.

Authentication

AuthorizationBearer

LoreOS runtime API key (ck_...), sent as Authorization: Bearer <key>.

Path parameters

slugstringRequired
eval_idstringRequired

Response

Successful Response
schema_version"v0"

LoreOS success-envelope version.

dataobject
next_actionslist of objects

Concrete follow-up API actions; empty when no action is required.

Errors

422
Unprocessable Entity Error