projects

Get Project Quality Metrics

Get LLMAJ pass/fail aggregates for a project.

Args: project_id: Project identifier. auth: Authenticated caller. service: Project service.

Returns: Verdict counts and pass/fail rates.

get/projects/{project_id}/quality-metrics

Path parameters

project_idstring uuid required

Response

Successful Response

project_idstring required
pass_countinteger

Inferences with llmaj_verdict='pass'.

fail_countinteger

Inferences with llmaj_verdict='fail'.

uncertain_countinteger

Inferences with llmaj_verdict='uncertain'.

total_judgedinteger

Total inferences with any llmaj_verdict.

pass_ratenumber

Pass count / total judged.

fail_ratenumber

Fail count / total judged.

Changes