Returns just the assertion roll-up. Equivalent to runs/:id but trimmed to the evaluation field — useful for CI checks where you don’t need the transcript. Returns 422 when the run is still in flight (status queued or running).
Returns just the assertion roll-up — equivalent toDocumentation Index
Fetch the complete documentation index at: https://docs.goyappr.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /agent-eval/runs/:id but trimmed to the evaluation field. Useful for CI checks where you only care about the score.
The scoring fields aren’t final until the worker finishes both the conversation AND the assertion pass. Poll the parent GET /agent-eval/runs/:id until queue_status === "done", then call this endpoint. If you hit this endpoint while queue_status is still pending or claimed, score / pass_fail / results will be null.
Your Yappr API key (e.g. ypr_live_...). Generate one in the dashboard under Settings → API Keys.