Retrieve an evaluator
Retrieve the current draft/latest version of an evaluator by ID.
Authentication
Use your Respan API key for Respan API authentication. Enter only the Respan API key value; clients send Authorization: Bearer <RESPAN_API_KEY>. For /api/responses, provider credentials such as Perplexity, OpenAI, or Azure OpenAI go in Settings -> Providers or respan_params.credential_override in the request body, not in this authentication field.
Use a dashboard JWT only for dashboard-authenticated endpoints. Respan API-key endpoints use the respanApiKey auth field instead.
Path parameters
Evaluator ID. To run a specific version, pass an ID with a version suffix where supported, for example evl_abc123:2.
Response
Organization-scoped evaluator slug.
Optional pre-built evaluator template.
Score configuration. For numerical/percentage scores, use min_score and max_score. For select scores, use choices.
Legacy user-facing configuration object. New clients should prefer llm_config, code_config, score_config, and passing_conditions.
Whether this is a Respan-managed public evaluator.