Skip to main content
GET
/
api
/
agents
/
{agentId}
/
history
Get agent MMR root history
curl --request GET \
  --url http://localhost:3001/api/agents/{agentId}/history \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "agentId": "<string>",
  "history": [
    {
      "epoch": 123,
      "root": "<string>",
      "timestamp": 123,
      "date": "2023-11-07T05:31:56Z"
    }
  ],
  "totalEpochs": 123,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Lucid API key (lk_live_... or lk_test_...)

Path Parameters

agentId
string
required

Legacy agent identifier

Response

OK

success
boolean
required
agentId
string
required
history
object[]
required
totalEpochs
integer
required
message
string