curl --request GET \
--url https://api.thrindex.com/v1/memories/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"org_id": "<string>",
"agent_id": "<string>",
"user_id": "<string>",
"content": "<string>",
"level": 123,
"status": "<string>",
"importance": 123,
"confidence": 123,
"source": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Fetch a single memory by ID, including content.
curl --request GET \
--url https://api.thrindex.com/v1/memories/{id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"org_id": "<string>",
"agent_id": "<string>",
"user_id": "<string>",
"content": "<string>",
"level": 123,
"status": "<string>",
"importance": 123,
"confidence": 123,
"source": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Returns full record includingDocumentation Index
Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt
Use this file to discover all available pages before exploring further.
content. Scope: memory:read.API key (mk_live_...) from the Thrindex dashboard.