Agentmemory - Intelligence API
Who Needs This? Developers building general-powered applications Data analysts needing structured general reference data Product teams integrating data, record, item, entry features Researchers looking for general-related datasets Key Features 3 endpoints — access different data categories Full-text search across all fields via ?q= parameter Pagination with ?limit= and ?offset= Detailed lookup…
Agentmemory - Intelligence API endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getRetrievalMethods /agentmemory/retrieval_methods/{id} |
Retrieve a single retrieval methods record by its unique identifier. |
| GET |
listMemoryTypes /agentmemory/memory_types |
Retrieve a paginated list of memory types records with optional search and filtering. |
| GET |
getStorageBackends /agentmemory/storage_backends/{id} |
Retrieve a single storage backends record by its unique identifier. |
| GET |
listStorageBackends /agentmemory/storage_backends |
Retrieve a paginated list of storage backends records with optional search and filtering. |
| GET |
getMemoryTypes /agentmemory/memory_types/{id} |
Retrieve a single memory types record by its unique identifier. |
| GET |
listRetrievalMethods /agentmemory/retrieval_methods |
Retrieve a paginated list of retrieval methods records with optional search and filtering. |