cURL
curl --request GET \ --url https://api.bedrock.orinlabs.org/api/memory/agents/{id}/memory-context/ \ --header 'Authorization: Bearer <token>'
{ "memory_context": "<string>", "generated_at": "2023-11-07T05:31:56Z" }
Get memory context for this agent
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>