cURL
curl --request GET \ --url https://api.valiqor.com/api/v1/scans/{scan_id}/features/{feature_id}/judge-prompts \ --header 'Authorization: Bearer <token>'
{ "scan_id": "<string>", "feature_id": "<string>", "judge_prompts": [ { "metric_name": "<string>", "prompt_preview": "<string>", "scoring_schema": {}, "required_variables": [ "<string>" ] } ], "count": 123 }
Get generated judge prompts for a feature
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
Response for list of judge prompts
Show child attributes