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>"
}List memories with optional filters and cursor pagination.
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>"
}Paginated list. OmitsDocumentation 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 — use Get for full text. Scope: memory:read.
Default limit 50, max 200.