Read Memories

Retrieve memory entries for a profile, filtered by category.

URI: /api/v1/agentic/memory

HTTP Method: GET

Authentication: Bearer JWT

ParameterTypeRequiredDescription
profile_idStringYesProfile ID of the Individual or User.
profile_typeStringYesType of profile. Values: individual, employee.
categoryStringYesPartition key that filters the returned memory entries.
HeaderRequiredDescription
AuthorizationYesBearer JWT token.
FieldTypeDescription
memoriesArrayThe matching memory entries.
memories[].memoryIdStringIdentifier of the memory entry.
memories[].contentStringMemory content.

Status: 200 OK

Status CodeDescription
400Bad Request. Invalid query parameters or missing required fields.
401Unauthorized. Invalid or missing JWT token.
500Internal Server Error.