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