cURL
Gets the profile attributes of a specified user. After calling AddMemory to add a conversation, wait approximately 3 seconds for profile extraction to complete.
If all returned attribute values are empty, verify that AddMemory was called with the same
profile_schema. Without that parameter, profile extraction is not triggered.Request parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
profile_schema_id | string | Yes | Profile schema ID (path parameter) |
user_id | string | Yes | Memory entity ID |
Response
| Field | Type | Description |
|---|---|---|
request_id | string | Request ID |
profile.attributes | array | Profile attribute list |
profile.attributes[].name | string | Attribute name |
profile.attributes[].value | string | Attribute value |