Skip to main content
GET
Live goal state of one Mnemom Agent session

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

conversationId
string
required

The conversation id the CLI launched the session with.

Query Parameters

agent_id
string
required

The agent record id (agents.id) the session ran as.

org_id
string

Target organization (defaults to the caller's primary org).

Response

The session's live goal state. Every gateway-owned section is nullable — a session that never sealed a goal contract returns sealed: null, verdict: null, turn: null, guardrails: null.

conversation_id
string
required
agent
object
required
org_id
string
required
sealed
object | null
required

What the gateway sealed for this conversation.

verdict
object | null
required

The latest goal-alignment verdict.

turn
integer | null
required

Turns the gateway has counted for this conversation.

guardrails
object | null
required