Skip to main content
GET
/
teams
/
{team_id}
/
effective-posture
Get the team's currently-effective composed posture
curl --request GET \
  --url https://api.mnemom.ai/v1/teams/{team_id}/effective-posture \
  --header 'Authorization: Bearer <token>'
{
  "team_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "posture_id": "<string>",
  "revision_number": 123,
  "composition": {}
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

team_id
string
required

Team identifier (UUID)

Response

Effective posture.

Composed posture currently in effect for a team (alignment + protection + integrity merged from posture body, team templates, and per-agent exemptions).

team_id
string<uuid>
required
posture_id
string
required
revision_number
integer
required
composition
object
required

Composed alignment + protection cards.