get judge settings
get_judge_settingsNeed to determine which judge model evaluates runs without a specified judge? Retrieve the workspace default and platform house default settings from the API.
Instructions
Read the workspace's default judge model (used for eval runs that don't name their own judge) and the platform's house default. GET /v1/settings/judge (API-key scope: read). Returns: JSON { default_judge_model: string|null (null = house default / auto), house_default: string }. Sent with Cache-Control: no-store. Notes: Precedence at run time: a run's own judge_model > this workspace default > house_default. Screening still swaps a default that would judge its own sibling model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||