Skip to main content
GET
/
reputation
/
{agent_id}
/
history
Get weekly reputation snapshots
curl --request GET \
  --url https://api.mnemom.ai/v1/reputation/{agent_id}/history
{
  "snapshots": [
    {}
  ]
}

Path Parameters

agent_id
string
required

Agent identifier (e.g. smolt-abc123)

Response

Weekly snapshots.

snapshots
object[]
required