Skip to main content
GET
/
ssm
/
{agent_id}
Get traces with semantic similarity scores
curl --request GET \
  --url https://api.mnemom.ai/v1/ssm/{agent_id}
{
  "agent_id": "<string>",
  "trace_count": 123,
  "traces": [
    {}
  ]
}

Path Parameters

agent_id
string
required

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100

Response

Traces with similarity scores

agent_id
string
trace_count
integer
traces
object[]