SmartMemory
GET
/memory/adapters

List all connected adapters for the current workspace.

Response Body

application/json

curl -X GET "https://example.com/memory/adapters"
[
  {
    "id": "string",
    "integration_id": "string",
    "name": "string",
    "status": "string",
    "last_sync": "2019-08-24T14:15:22Z",
    "next_sync": "2019-08-24T14:15:22Z",
    "items_synced": 0,
    "config": {},
    "error_message": "string",
    "created_at": "2019-08-24T14:15:22Z"
  }
]