Get a specific connected adapter.
Path Parameters
adapter_id*Adapter Id
Response Body
application/json
application/json
curl -X GET "https://example.com/memory/adapters/string"{
"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"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}