Skip to content

Memory Profile

GET
/api/v1/agent/memory/profile/{user_id}

Return one tenant user’s stored profile and recent memory facts.

user_id
required
User Id
string
X-Admin-Key
Any of:
string
X-Admin-API-Key
Any of:
string
X-Project-ID
Any of:
string

Successful Response

MemoryProfileResponse

Persisted memory profile for one tenant user.

object
general_augment_user_id
required
General Augment User Id
string format: uuid
profile
required
Profile
object
key
additional properties
any
recent_facts
required
Recent Facts
Array<object>
MemoryFactResponse

Serialized memory fact returned by the tenant-facing API.

object
content
required
Content
string
created_at
required
Created At
string format: date-time
expires_at
Any of:
string format: date-time
fact_type
required
Fact Type
string
id
required
Id
string format: uuid
importance_score
required
Importance Score
number
similarity
Any of:
number
total_facts
required
Total Facts
integer
user_id
required
User Id
string

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
ctx
Context
object
input
Input
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string