email-thread-reviews

Get Email Thread Review

Return the current user's review of this thread, or 404 when absent.

get/api/v1/email-threads/{email_thread_id}/review

Path parameters

email_thread_idstring uuid required

Response

Successful Response

idstring uuid required
email_thread_idstring uuid required
reviewer_user_idstring uuid required
verdict'good' | 'par' | 'bad' required

Reviewer's coarse verdict on the whole call (V0.5).

The three values cover the spectrum without overclassifying: the agent nailed it, met the bar, or fell short. Annotations carry the signal — the verdict is a coarse summary only. See sync_review_to_findings.py for the uniform "verdict + 0 annotations → 0 findings" rule (intentional extension beyond the briefing's §9, which only guaranteed it for good/par; V0.5 extends it to bad so the sync function has one consistent rule).

outcomestring required

Changes

No recorded changes to this endpoint across all 1 revision of this API.