Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

List recalled AI memory facts for a contact (inbox panel)

GET/v1/ai/contacts/{contactID}/memory
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Path parameters
contactIDstringrequired
Query parameters
qstring
limitinteger<int64>
Responses
200OK
itemsContactMemoryFactView[] | nullrequired
Show properties
Array of ContactMemoryFactView
contentstringrequired
created_atstring
idstringrequired
source_typestring
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
422Unprocessable Entity
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X GET "/v1/ai/contacts/string/memory"
Response
{
  "items": [
    {
      "content": "string",
      "created_at": "string",
      "id": "string",
      "source_type": "string"
    }
  ]
}