Skip to main content
GET
/
agents
/
{agent_id}
/
resolutions
List resolutions for an agent
curl --request GET \
  --url https://api.mnemom.ai/v1/agents/{agent_id}/resolutions \
  --header 'Authorization: Bearer <token>'
{
  "resolutions": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

List of resolutions

resolutions
object[]