Skip to main content
GET
Get a single team risk assessment by id
Authentication required. Pass your Bearer token (Authorization: Bearer <token>) or API key (X-Mnemom-Api-Key: <key>). Results are account-scoped — a valid token from a different account returns 404 rather than 403 to avoid leaking resource existence. See Authorization model.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

assessment_id
string
required

Team assessment id (tra-…).

Response

Team assessment.

Team risk assessment row (tra-…). Produced by POST /risk/assess/team. Three-pillar result (portfolio + coherence + concentration) with weakest-link and Shapley attribution per member.

assessment_id
string
team_id
string | null
agent_count
integer
team_risk_score
number
team_risk_level
string
team_coherence_score
number
team_recommendation
string
portfolio_risk
object
coherence_risk
object
concentration_risk
object
individual_assessments
object[]
outliers
array
clusters
array
value_divergences
array
shapley_values
object
synergy_type
string
explanation
string
proof_id
string | null
proof_status
string
created_at
string<date-time>