Skip to main content
GET
/
v1
/
memories
List memories
curl --request GET \
  --url https://api.thrindex.com/v1/memories \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {
      "id": "<string>",
      "org_id": "<string>",
      "agent_id": "<string>",
      "user_id": "<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"
    }
  ],
  "next_cursor": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.thrindex.com/llms.txt

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

Paginated list. Omits content — use Get for full text. Scope: memory:read. Default limit 50, max 200.

Authorizations

Authorization
string
header
required

API key (mk_live_...) from the Thrindex dashboard.

Query Parameters

agent_id
string
user_id
string
limit
integer
default:50
Required range: x <= 200
cursor
string

Response

Paginated list

results
object[]
next_cursor
string