Skip to main content

request_eval

Trigger a new evaluation run for a specific prompt. The eval will be queued and picked up by the next available runner.

Parameters

ParameterTypeRequiredDescription
promptIdstringYesPrompt UUID (from list_prompts)
descriptionstringNoNotes for this eval run

Response

{
  "id": "uuid-here",
  "promptTitle": "Getting Started with Resend",
  "orgDomain": "resend.com",
  "status": "pending"
}
Eval runs typically take 5-15 minutes. Use list_eval_requests to track progress.